Mes: marzo 2022

  • TaskZ: A Simple Todo List App With Offline Storage(Using HIVE) Functionality

    TaskZ (Simple Todo List App) Minimal App With Offline Storage(Using HIVE) Functionality. Getting Started 👍Any suggestion, improvement on code quality or advice is Welcomed! This project is a starting point for a Flutter application. Packages Used : For State Management—–> provider: ^6.0.2 Offline Storage—–> hive: ^2.0.5 & hive_flutter: ^1.1.0 Other Packages—–> intl: ^0.17.0 path_provider: ^2.0.8 percent_indicator: ^4.0.0 date_picker_timeline: ^1.2.3 animated_splash_screen: …

  • Flutter Hack Slide Puzzle, using Box2D for some fun physics

    Box2D Flutter Slide Puzzle Here is my submission to the 2022 Flutter Puzzle Hack. It uses Box2D physics to create an interesting gameplay mechanic where you need to manage a bit more than a simple slider. The code is all pure Flutter with widgets, animations, and CustomPaint. It doesn’t use any Flutter game engine. The goal is to fill up …

  • SpaceX GO- Rwema App Built With Flutter

    Spacex-Go Spacex-Go App SpaceX GO- Rwema App! Simple yet powerful, open-source SpaceX launch tracker About the project The purpose of this project is to develop the ultimate SpaceX experience in a variety of platforms. A single experience, from a single codebase. From the start, SpaceX GO! has been developed to be light-weight, fast and easy to use. It takes all …

  • Convene App – The Next Unicorn Start Up

    Convene – The Next Unicorn Start Up Thank you all for joining this project! I’m excited to see what we can build here. This readme will outline some ideas for how we can make this work, but remember, this is all up to change, and if you have any ideas on how to do something better I would love to …

  • A Novel Webtoon App Built With Flutter

    novel_app This is my final project from create flutter beginner class from Dicoding. Screenshot Getting Started This project is a starting point for a Flutter application. 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 getting started with Flutter, view our online documentation, …

  • Navigating Dynamic app with Clean Architecture in Flutter

    navigating_dynamic (max_clean_arch) The Navigating Dynamic app’s goal is to complete the task that allows users to view and navigate through the content fetched from an API endpoint. The content is composed by multiple articles related to a common topic (e.g., spaceship). Task requirements (Nice to have). Flat navigation : as every page represents the entry point for one particular topic, …

  • WhatsApp clone app using flutter

    whatsapp_clone A new Flutter project. Run Mobile & Desktop $ Platform.isAndroid || Platform.isIOS ? Mobile() : MyHomePage(), In order to run your application, type: $ cd whatsapp_clone $ flutter run Shortcut whatsapp_clone.exe. $ whatsapp_clonebuildwindowsrunnerDebug/whatsapp_clone.exe Your application code is in whatsapp_clonelibmain.dart. Assets/Videos WhatsApp_Mobile.mp4 WhatsApp_Desktop.mp4 Getting Started This project is a starting point for a Flutter application. A few resources to get …

  • A puzzle game build for Flutter Puzzle Hack Challenge

    Give Vaccine Kill Covid Introduction 👨‍💻 In the initial stages of covid-19 vaccine testing trails, doctors are testing with many vaccines for discovering a cure for covid-19, at that stage it became difficult for the doctors to give a proper vaccine to their patients. So taking this part as an inspiration to provide a vaccine to their patient in difficulit …

  • Cross-platform mobile app for tracking GPS with IoT technologies

    IoT Tracking Cross-platform mobile app for tracking GPS with IoT technologies. Introduction This app allow user to track their GPS device(s) & visualize it on Google’s map. It uses some IoT technologies such as IoT Gateway, MQTT protocol & most importantly, it built on top of Flutter, so it’s platform-free. Note: This application is still in-development stage with simualated data, …

  • A Stateless Application of BookMyShow

    book_my_show A Stateless Application of BookMyShow Lab: Link to EMI-Calculator REPO Getting Started This project is a starting point for a Flutter application. 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 getting started with Flutter, view ouronline documentation, which offers tutorials, samples, …

  • Doctor Online Appointment App UI Design With Flutter

    Flutter Doctor Online Appointment App A new Flutter Doctor Online Appointment application. Designed by Gilang Segara, Code using Flutter by Abdul Aziz Ahwan Doctor Online Appointment App UI Design – Flutter UI Best Practice Watch it on YouTube Here => Watch it on YouTube Project Contents (starter & final) ⚠️ Instruction For the very first, run flutter pub get on …

  • A BMI calculator app developed with Flutter

    BMI Calculator Flutter BMI Calculator is a Body Mass Index(BMI) calculator app developed with Flutter. Currently, the BMI is calculated using Metric units. BMI is an index calculated with the help of the height and weight of a person which categorieses him or her to different groups like healthy, over weight, under weight, etc. as per the standard guidelines and …

  • A Movie App using Flutter and local JSON file

    movie_app Currently work in progress project using Flutter and local JSON file. Things that learn in this project so far: Hive database https://pub.dev/packages/hive Text transition with slider Language switch between Chinese and English Theme mode (Dark theme and light theme) Retreive local JSON file State Management – Provider Searching function Figma prototype: Home Page/Details Page/Settings Page Current Progress on android …