Mes: agosto 2021

  • Fendi Women’s Lookbook created with Flutter

    Fendi LookBook This is the widely known Fendi Collection or Lookbook, built with flutter. It is inspired by Fendi Summer 2021 Catalogue Portfolio inspired by Adam Sorensen on Dribble. Animations for this portfolio is not yet completed. GitHub https://github.com/Davies-K/fendi

  • A beautiful Grocery Ecommerce App with flutter

    Grocery Ecommerce App A beautiful flutter UI developed by nonybrighto and designed by Shoaib Mahmud. Screenshots Screenshots from the developed flutter application Home Display 1 Display 2 Cart Wish List You Mentions The UI is designed by Shoaib Mahmud. located here For help getting started with Flutter, view it’sonline documentation, which offers tutorials, samples, guidance on mobile development, and a …

  • Cyberpunk-inspired puzzle game prototype created with Flutter and Flame

    Ghost Rigger Prototype of a cyberpunk-inspired puzzle game set in a dystopian future: In the year 2078, the megacorporation Native Development Initiative, aka NDI, rules the Earth. While they look for new evil ways to increase their margins and satisfy their never-ending greed, a group of hackers are trying to stop them. They call themselves Unanymous. Within them, those who …

  • Game RPG build by Flame Flutter

    Darkness Dungeon Game developed for the purpose of testing the use of the Bonfire package! Darkness Dungeon Game developed for the purpose of testing the use of the Bonfire package! Download APK Used packages: Bonfire – Flame – GitHub https://github.com/RafaelBarbosatec/darkness_dungeon

  • Car Store App Concept build with flutter

    Car Store App Flow Car store app flow based on a design on Dribbble. Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Author Olayemi Garuba GitHub https://github.com/olayemii/flutter-car-store

  • A flarum application build with flutter

    fluam_app A flarum (flarum.org) application, Seamlessly uses all the flarum sites of your added. Supported platforms Android (6.0+) ios (64bit only) Linux MacOS Windows Download https://github.com/fluam/fluam_app/releases GitHub https://github.com/fluam/fluam_app

  • A Nice and clean Online Shop app UI using Flutter

    E-commerce App – Flutter UI Nice and clean Online Shop app UI by using #Flutter. Packages we are using: flutter_svg: link On our E-commerce app UI has two pages one for the product page which has a horizontal list of categories then a list of our products. Then on the details page, it shows the price and short description of …

  • Firebase + Flutter sample apps with code snippets

    FlutterFire Samples This repo is created to contain various sample apps demonstrating the integration of Firebase with Flutter. The final goal is to create something like the Flutter Gallery app, but for Firebase. Also, the recently changes introduced in Flutter 2 create some confusion, mostly with the beginners, as many other repositories are not yet updated to the latest version. …

  • A Boilerplate Project which adopts the concept of Clean Architecture and Modularization

    Flutter-Works Boilerplate Repositori ini adalah Sebuah project Open-Source (Terbuka) yang diperuntukan untuk Boilerplate pada Flutter yang sangat mendukung produktifitas Anda, dengan banyak sekali fitur-fitur yang sudah kami siapkan secara instant yang dapat mempercepat dalam proses kerja Anda. Repositori ini adalah Sebuah project Open-Source (Terbuka) yang diperuntukan untuk Boilerplate pada Flutter yang sangat mendukung produktifitas Anda, dengan banyak sekali fitur-fitur yang …

  • A simple animated login UI with teddy For Flutter

    Teddy-Animated-Login-UI Animated Login UI with Teddy Used Packages ✨flare_flutter How to run First clone the repo: git clone https://github.com/KauaLimaMartins/Teddy-Animated-Login-UI.git In the repo path: flutter pub get And finally: flutter run GitHub https://github.com/KauaLimaMartins/Teddy-Animated-Login-UI

  • A quiz app built using Flutter

    Quiz-App A quiz app built using Flutter. It currently covers programming topics such as (i.e. TypeScript, Angular, Firebase…) and others. Although the topics can be changed by changing the Firestore data for really any other types of quiz. Going with Flutter is a easy choice with its quick development time and fast execution times. Firebase as the backend and storage …

  • A chat app ui design made in flutter

    Chat Application UI in Flutter a chat application ui created using flutter. this application consits of two pages Homepage view with tab bar and tab barview and chat room page. 📷 ScreenShots HomeScreen Chat Room Screen GitHub https://github.com/tonydavidx/chattie-ui-design

  • A tween that allow defining keyframes for various properties

    keyframes_tween A tween that allow defining keyframes for various properties. Quickstart import ‘package:keyframes_tween/keyframes_tween.dart’; class Example extends StatefulWidget { @override _ExampleState createState() => _ExampleState(); } class _ExampleState extends State<Example> with TickerProviderStateMixin { late final controller = AnimationController( duration: const Duration(seconds: 10), vsync: this, ); final tween = KeyframesTween([ KeyframeProperty<Size>( [ Size(10, 10).keyframe(0), Size(100, 100).keyframe(0.5, Curves.easeInOut), Size(200, 200).keyframe(1.0), ], ), KeyframeProperty<Color>( [ …

  • Chat App Reader Ui Made with Flutter

    ChapAPPUi Chat App Reader Ui Made with Flutter Requirements alien Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Author Ui developed by DamiFlutter GitHub https://github.com/DamiFlutter/ChapAPPUi

  • A Free Crypto Dashboard Flutter UI Kit

    Crypto Dashboard Flutter UI Kit Flutter cryptocurrency UI dashboard. Free Flutter UI Kits based on designs on UpLabs Requirements Any Operating System (MacOS, Linux, Windows) Any IDE with Flutter SDK installed (Android Studio, VSCode etc) A little knowledge of Dart and Flutter Author Apps were developed by Olayemi Garuba GitHub https://github.com/olayemii/crypto-dashboard

  • A Podcast app with Flutter & Redux

    Podcast App – Flutter & Redux A Podcast app with Flutter & Redux Preview Introduction I have built a basic podcast app with an interactive UI, as well as some of its functionalities : Like System Multi-word search system. The app currently has 5 screens : Home: With a hard-coded list of podcasts and an integrated search field. The screen …

  • A Flutter App to track and manage your expenses

    Batua A Personal App to track and manage your expenses! Batua is the best money manager and daily expense tracker to automatically and securely track your monthly spends. Stay within budget, pay bills on time and SAVE more money every month. Find out how much you spend on food, shopping, groceries, etc. and how you are saving month on month. …