Etiqueta: dart

  • 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. …

  • Exam and training app as social media developed with flutter

    Dev Ex (Complete flutter application) Exam and training app as social media, prepared with Firebase backend services, Bloc State management, Singleton design pattern, Unit and widget tests, firebase mocking, Custom local libraries, etc. (Dev Exam) application have been developed with flutter + firebase backaend service. It’s a online exam and learning platform for developers. Features Login, Register, Changing password (with …

  • Desktop Todo App Build With Flutter

    Glory Todo Desktop My goal is to accept my inexperience without worrying about the plugin shortcomings of Flutter Desktop. Creating a simple application to solve my own problems. Because no mission app meets exactly what I need. That’s why I decided to do my best. I would be very happy if you try the first decisions when I reach the …

  • A Spicy chatting app build with flutter

    snack_chat A Chatroom application designed to chat about your favorite snacks with others Firebase Schema: chat_rooms – icon (string) – id (string) – This is the document ID – message (string) – snacks_sent (int) – title (string) chat – chat_icon_color (string) – chatroom_id (string) – message (string) – send_date (timestamp) – user_email (string) – username (string) user – username (string) …

  • A Flutter App designed based on Nubank Vida

    Seguros I was challenged to create an App with only the Nubank life insurance part and fix some UI issues. Flutter This is a Flutter App, designed based on Nubank Vida. Solutions (or almost) Changing the color of the statusbar when the image ends Creating a pattern for navigation between modals Creating patterns in the use of shadows GitHub https://github.com/caiomourasud/seguros

  • Simple and modern news app that incorporates REST API with Flutter

    News App A simple news app with a minimalistic and modern UI that incorporates the newsapi.org api all built entirely with Flutter. Features Top stories feed: Get top stories from around the globe. Search by category: Look at different articles by category such as Business, Health, etc. Search by source: Look at news from specified source such as CNN, BBC …

  • A source flutter template use getx for statemanagement

    Flutter Getx Template This is source flutter template use getx for statemanagement ☕ 👀 Overview main.dart, After you can customize languages package, themes, pages and routes import ‘package:flutter/material.dart’; import ‘package:flutter_postman_application/src/lang/translation_service.dart’; import ‘package:flutter_postman_application/src/routes/app_pages.dart’; import ‘package:flutter_postman_application/src/shared/logger/logger_utils.dart’; import ‘package:flutter_postman_application/src/theme/theme_service.dart’; import ‘package:flutter_postman_application/src/theme/themes.dart’; import ‘package:get/get.dart’; import ‘package:get_storage/get_storage.dart’; void main() async { await GetStorage.init(); runApp(GetMaterialApp( debugShowCheckedModeBanner: false, enableLog: true, logWriterCallback: Logger.write, initialRoute: AppPages.INITIAL, getPages: AppPages.routes, locale: …

  • A package that helps with encoding and decoding of geohashes

    georange Georange is a package that helps with encoding geohashes, decoding geohashes,calculating distance between 2 points and generating latitudinal and longitudinal ranges as geohashes to help with the querying of databases (Tested on Firestore Only). Getting Started You should ensure that you add Georange as a dependency in your flutter project. dependencies: georange: <latest-version> You should then run flutter packages …

  • Grab Landing Page Clone with flutter

    grab_clone Grab Landing Page Clone by Muhibush Shulhi Muhammad Mobile App, web, and Desktop from a single codebase. Thanks to Google For making this amazing portable framework Base Design : Grab v5.142.0 22/03/2021 Features : lock the screen orientation to portrait up transparent statusBar dark status bar icon splash screen landing page dismiss navigation when scrolling up change Status Bar …

  • An android cloth ironing user interface built in flutter

    Iron Yard Iron Yard: An android cloth ironing user interface built in flutter. If you found this project helpful or you learned something from the source code and want to thank me, please drop a star. Download App A glimpse of Iron Yard is shown in following screenshots. Splash Screen Onboarding Screen Onboarding 1 Onboarding 2 Onboarding 3 Onboarding 4 …

  • Flutter Food Delivery Application Design

    Flutter Food Delivery Application Design A small attempt to make an Food delivery app user interface in Flutter for Android and iOS. 🤓 Author(s) Md Tarikul Islam Food Ordering & Delivery App UI in Flutter ScreenShots Home Page Food Details Screen & Add To Cart Screen Login & Registration Screen ✨ Requirements Any Operating System (ie. MacOS X, Linux, Windows) …

  • A Flutter app that goals to build a quiz about programming subjects

    DevQuiz A mobile application being built with NLW5. This application goals to build a quiz about programming area and written with Flutter. 📱 Snapshots GIF demo: Splash page: Light theme: Home page: Challenge page: Login page: Settings page: Dark theme: Home page: Challenge page: Login page: Settings page: Result page: TO-DO list: [x] Login page [x] Firebase Authentication [x] Dark …

  • A mobile application using flutter for develop a pizza store

    Flutter Pizza Hut This is mobile application using flutter for develop a pizza store, integrated factory for demo design pattern. 🚀 This is mobile application using Flutter for develop a pizza store 🚀 Factory Method Create Enum product_type.dart & location_type.dart enum ProductType { burger, pizza, chicken, chips, } enum LocationType { hanoi, danang, hochiminh, } Create Abstract Class – food.dart …

  • Simple Flappy Bird Game with the most functionalities developed in Flutter

    flappy_bird Flutter Game App for Graphics Course 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, which offers tutorials, samples, guidance on mobile …