Autor: atomicflavor

  • A tourism mobile app using flutter

    adopt-an-item A tourism mobile app using flutter. Built With Flutter Getting Started To get a local copy up and running follow these simple steps. Prerequisites This is an example of how to list things you need to use the software and how to install them. * flutter run Installation Clone the repo git clone https://github.com/sahilkargutkar/palghar-tourism.git Usage Use this space to …

  • A Quiz Game Build With Flutter

    Flutter-Game-Of-Questions I made a simple flutter question and answer application to learn all the basics of the language. It was a very interesting experience, but I know I still have a lot to learn with this new technology that fascinates me with every line. lessons learned Widgets Widget Tree Widget Update Column StatelessWidget Private Members CallBacks Map Lists Installation OS …

  • Ecommerce Platform Trendyol UI Clone with flutter

    Trendyol UI Clone – Ecommerce Platform Flutter Trendyol UI Clone – Ecommerce platform Login/Register animated flutter UI kit 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 UI developed by Deniz Çolak GitHub https://github.com/deniscolak/trendyol-ui-clone

  • A complete app developed in Flutter and SQL Server

    GetDoctor GetDoctor is a complete app developed in Flutter, Firebase and Blazor,DotNet Core API and SQL Server GetDoctor is a complete package of Online Doctor Appointment and Scheduler.It is a very simple process to manage everything, getting appointed with the doctors, and a very easy login process for doctors,patients, assistants, and staff. Additionally, this system is the perfect package for …

  • A flutter app with Arabian Nights vibes

    Zanie – Voice Assistant We wanted to make something fun this weekend. So we made our own voice assistant – Zanie, and themed up the whole application with Arabian Nights vibes. Oh and Zanie, is our own genie! What it does It can do magic, show you the digital world, just on your voice commands. well, technically… It’s an interactive …

  • COVID-19 application made with Flutter

    Covid App COVID-19 application made with Flutter, following Test Driven Development (TDD) and Clean Architecture along with Internationalization with JSON and CI/CD workflow. Features: Ths project has several features: Fetch Covid cases and latest news related to COVID-19 from APIs. Cache data in local storage, use when no internet connection is available. Error handling for Server failure and Cache failure. …

  • Crowdsourced COVID Related Resources Finder App Written In Flutter

    COVIDAID+ Crowdsourced COVID Related Resources Finder App Written In Flutter Build Setup # install dependencies $ flutter pub get # run debug mode $ flutter run # run release mode $ flutter run –release # build app bundle $ flutter build appbundle # build apk $ flutter build apk For detailed explanation on how things work, check out Flutter docs. …

  • An education platform created in flutter

    Pensil Teaching App Pensil Teach App is an education platform created specifically for the tutors of the digital age. Pensil Teaching app reduce gap between tutor and students and form a bridge no matter how far they are. App Screenshots Login Verify OTP Home Batch Detail Assignment List Videos List Docs List Create Batch Create Batch Select Students Select Students …

  • An internship log book desktop app build with flutter

    LogBook Desktop App an internship log book desktop app. Features [x] Create quick ToDos [x] Delete ToDos [x] Add Log Book entry with date and workdone [x] View added logbooks in grid / list view [x] Generate and print all logbooks Log Book Format Date Work Done Signature 10/12/2020 – Learnt about Java Spring Boot– Initialized a simple Book App …

  • Flutter Cryptocurrency App with Riverpod & Freezed + Dio for API REST

    Flutter Crypto APP Complete Flutter Application with Riverpod & Freezed + Dio for API REST. Features API REST (CryptoWatch) Linear Graph View (Hour, Day, Week, etc) OHLC Graph Search Light / Dark Theme Multi Language Exchange Selection Favorite Pair Stack Flutter 2.2.0 (Null Safety) Riverpod + Hooks Freezed Dio Testing Unit Testing (flutter_test) Integration Testing (integration_test) Mock Data (http_mock_adapter) Github …

  • Keep And Save Your Password In One App Build With Flutter

    pass_keep This App is for keeping all your password stored on your local application. The UI is done. Howver, The Logic part is not constructed yet. Screenshots More Screenshots are at the Screenshot folder A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help …

  • A minimal home screen design for a spending tracker app in flutter

    Spending Tracker Flutter Home Screen This recreates a ui design for a spending tracker app in Flutter. This Flutter project recreates a minimal home screen design for a spending tracker app. The mockup was created by @elainelumanauw.design on Dribble. I saw the mockup on instagram in one of Elaine’s reels and thought it would be cool to try recreating it …

  • An in-app debug kits platform for Flutter

    flutter_ume UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance UME is an in-app debug kits platform for Flutter apps. There are 10 plugin kits built in the current open source version of UME. Developer could create custom plugin kits, and integrate them into UME. Visit Develop plugin kits for UME for more …

  • A flutter boilerplate containing bloc, pedantic, hive, easy_translations and more

    Flutter Production Boilerplate A flutter project containing bloc, flutter_lints, hive, easy_translations and more! This repository is the starting point for my personal projects. If you have any suggestions or improvements feel free to let me know. The project strives to implement best practices recommended by Google and other developers. These best practices include but are not limited to: Using BLOC …