Mes: diciembre 2022

  • Blackout Tracker App using Flutter

    Blackout Tracker A Flutter project that saves the following information once an hour: date and time, battery level, charging status, wifi connectivity state, internet connectivity state. Information is stored in a persistent storage (sharedpreferences) and displayed on the screen. GitHub View Github

  • E-Commerce application built with flutter and firebase

    Modern Full Stack ECommerce Mobile Application with Dart & Flutter. Start your ecommerce business and manage it from anywhere with Payments functionality. With Modern design, animations, the ability to add and edit products on the go using a CMS, all advanced cart functionalities, and most importantly the complete integration with Stripe so that you can cover REAL payments. This is …

  • Sharp looking Flutter applications with fractional device pixel ratios

    PixelSnap – Sharp looking applications at any pixel scaling factor If you have ever run a Flutter application on a system with non-integral pixel scaling, such as Windows at 150%, you may have noticed that your beautiful Flutter application suddenly looks blurry. But why? You’re not using any bitmaps, Flutter draws everything with vector. So where’s the blurryness coming from? …

  • LetsTrail Mobile application built on Flutter

    letstrail LetsTrail Mobile application built on Flutter with backend services on Firebase Firestore and Firestore Storage along with usage of Cloud Functions and messaging for notifications and firebase authentication for logins. “Let’s Trail” is the mobile app which assist the users to schedule, track and explore the heritage trail places nearby their location. Historical information and activities are provided for …

  • A library that translates apps into 80 languages and automates settings

    Auto App Translate It is a library that translates apps into 80 languages and automates settings. How to Use? 1. Setup the config file dependencies: easy_localization: ^3.0.2-dev easy_localization_loader: ^1.0.0 app_auto_translation: flutter: assets: – assets/localization.done.csv 2. Create the asset folder and insert the localization.csv file. lozalization.csv file download 3. Config easy_localization library. Please refer to the official documentation. import ‘package:app_auto_translation/callable/core_my/my_language_code/entity/flutter_support_language_locale.dart’; import …

  • Travel App UI Design with Flutter

    Travel App UI Design Travel Application UI Design. This repository is an mobile application developed in Flutter base of the design of Al Razi Siam https://www.behance.net/gallery/111883599/Travel-App I have tried to recreate the above design with few changes. Screenshot Shown UI might change with updates given to UI. Pages Included Splashscreen There is very simple splash screen that display in introduction …

  • FoodHub application with Flutter

    FoodHub App Features List Restaurant Detail Restaurant Restaurant Favorite Search Restaurant Schedule Notification Dark Mode Theme Quick start This is a normal flutter app. You should follow the instructions in the official documentation. This project takes UI Design reference from dribble. Banner Design Built With 🛠 Provider – A wrapper around InheritedWidget to make them easier to use and more …