Mes: octubre 2021

  • Hangman Game with flutter

    Hangman Game Hangman yang menguji kemampuan pengetahuan umum anda Mobile Download .apk file on release file Just Install it and Enjoy Web Play on this web https://hangman.zerachiuw.my.id Screenshots GitHub https://github.com/zalviandyr/hangman-flutter

  • A basic personality quiz app made using flutter and dart

    Quiz App This is a basic personality quiz app made using flutter and dart. The app has been developed only for practice purposes but it does implements most basic dart and flutter features. Just fork the repository and start testing your personality. App Screenshots Welcome Screen This Screen Shows Your Personality personality_quiz_app A new Flutter project. Getting Started This project …

  • A collection of pixel-perfect iOS-styled components and properties for Flutter

    cupertinew ⚠️ Experimental and work in progress ⚠️ A collection of pixel-perfect iOS-styled components and properties for Flutter, following the official guidelines. By Jeroen Meijer and Reuben Turner. About the Cupertinew project Last updated: 2021-09-28 Reasoning Cupertinew is a Flutter project that spawned out of a desire to create a set of pixel-perfect iOS-styled components and properties for Flutter. While …

  • Fast code and awesome design-ui for flutter navigation bar

    Flutter-awesome-bottom-navigation-bar 🐱‍👤 Fast code and awesome design-ui for flutter navigation bar 🔥 Getting Started # First you need to add flashy_tab_bar 0.0.3 in the dependency at pubspec.yaml: dependencies: … flashy_tab_bar: ^0.0.3 Basic Usage # Add this inside your main.dart or your page ! bottomNavigationBar: FlashyTabBar( selectedIndex: _selectedIndex, showElevation: true, onItemSelected: (index) => setState(() { _selectedIndex = index; }), items: [ …