Etiqueta: flutter

  • A Clone of Nubank’s mobile app using Flutter

    Nubank Clone Clone do aplicativo mobile da Nubank utilizando Flutter Este projeto se trata de uma recriação bem próxima da interface do app do Nubank utilizando Flutter. O intuito é exclusivamente para aprendizado e não deve ser utilizado comercialmente. Todas imagens e ícones são propriedades da Nubank. Screenshots Executando Instale o Flutter Clone este repositório git clone https://github.com/ricardodalarme/nubank_clone.git Baixe as …

  • A Flutter Plugin to check Android device Root status

    root plugin A Flutter Plugin to check Android device Root status and Run shell commands in android(only). This plugin is based on Topjohnwu libsu and Stericson Root Tools. Usage To use this plugin, add root as a dependency in your pubspec.yaml file. root: ^2.0.1 import it import ‘package:root/root.dart’; Declare a async method to check root status bool _status = false; …

  • An expressive way to effortlessly build design systems in Flutter

    mix An expressive way to effortlessly build design systems in Flutter. Mix offers primitive building blocks to help developers and designers create beautiful and consistent UI. Important Mix is currently being used internally to build design systems in Flutter. However, it is still in the experimental development stages. Major APIs are expected to change until the 1.0 release. Motivation & …

  • 18 Best Flutter UI Kit Templates of 2021

    Flutter UI Kit User interface (UI) kits can be handy when you need to create a Flutter App quickly, without compromising aesthetics or usability. To help get you up and running quickly with your next app in flutter, we have curated this collection of 18 Best Flutter UI Kit Templates. We hope you will find them all useful. 1.DevKit – …

  • A Rent a Car App Build With Flutter

    Rent a Car With Flutter A new Flutter application. Frontend Side of project Rent a Car on Flutter Upgraded to Flutter 2 and enabled Null Safety. 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 …

  • Crypto Loss Gain Calculator App build with Flutter

    Crypto Loss Gain Calculator Crypto Loss Gain Calculator App build with Flutter. It developed with DDD (Domain Driven Design) principles. Flutter with DDD In Flutter development, DDD might be used with different state management libraries; such as BLOC, provider, redux… This project uses Provider. The directory of the project is mainly seperated into 4 subdirectories: Application, Domain, Presentation, Infrastructure. Each …

  • A flutter app bridges the Gap between Tutors and Learners

    Ajent An app bridges the Gap between Tutors and Learners . Features Multiple sign-in providers (Google, Facebook, Phone – OTP) Course management (support both course for teaching or learning) Course searching Course evaluation Request management Realtime chatting Course in-app sharing Push notifications Multiple languages Tech Stack Client: Flutter (Dart) Server: Firebase State Management: GetX (MVC model) Installation Clone the project …

  • A Mail app for iOS and Android build in Flutter

    Codename: Maily Mail app for iOS, Android and hopefully more platforms in the future. Developed in Flutter. Test Maily You can test an early access version of Maily today: on Android at Google Play. on iOS with TestFlight. Screenshots Android Features POP and IMAP service providers are supported, though POP accounts are not tested at this moment Multiple account support …

  • A Privacy Centric Matrix Client Built With Flutter

    syphon Syphon is still in alpha and we do not recommend using it where proven and independently verified security is required. Why Syphon aims to be built on the foundations of privacy, branding, and user experience in an effort to pull others away from proprietary chat platforms to the matrix protocol. Matrix has the potential to be a standardized peer-to-peer …

  • An open source UI library with 1000+ Widgets to build flutter app

    GetWidget GetWidget is a 100% free Flutter open-source UI library built with Flutter SDK to make Flutter development easier and more joyful than ever. GetWidget has 1000+ pre-build widgets that you can reuse to develop both Flutter mobile app and web app. Our motto is to provide the best Flutter UI library to the Flutter community to speed up their …

  • SImple Note App using Hive and Flutter

    VNotes This is an old project I was working on when learning to use Hive, will start working on it full time and will be adding new features as soon as possible. You can download the app from Play Store Here Plugin’s Used Hive (To locally store Data) Toast (To display useful message) Path Provider upgrader (To alert users when …

  • A Simple Workout Timer App Built With Flutter

    Just Another Workout Timer A simple timer for your workouts, built with Flutter! About The Project Create complex workouts easily Define your own exercises with custom durations Add exercises to custom sets Text-to-Speech announcements Modern Material Design built with Flutter Ad-free Free and Open-Source Screenshots How To Backup & Restore Your Workouts Just Another Workout Timer saves your workouts to …

  • A Home Automation App using Flutter & ESP32 Dev Board

    Home-Fi Home Automation App using Flutter, Adafruit IO & Esp32 dev board. A Home Automation App using Flutter & ESP32 Dev Board. 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 …

  • Fully customisable Neumorphic Containers for flutter

    neumorphic_container Fully customisable Neumorphic Containers for your flutter projects. Getting Started In the pubspec.yaml of your flutter project, add the following dependency: dependencies: … neumorphic_container: «^0.0.1+2» In your library add the following import: import ‘package:neumorphic_container/neumorphic_container.dart’; For help getting started with Flutter, view the online documentation. Usage Simple Container: For best results, set the background color of a surrounding widget to …

  • A flutter app aimed at helping people getting their vitals using Photoplethysmography

    Upcharika A unique flutter application aimed at helping people getting their vitals using Photoplethysmography and Computer Vision Current Goals: Use the camera and flash sensors to calculate Heart Rate Use the camera and flash sensors to calcuate SP02 Make a dashboard for storing periodic readings User Profile Login Page Sign Up Page Splash Screen Firebase/Supabase Intergration for Authentication Generate Reports …

  • A implementation of Flx Design System for Flutter

    Paper Paper is a implementation of Flx Design System for Flutter. Installing Add a lines like this to your pubspec.yaml. dependencies: paper: git: url: https://github.com/the-flx/paper.git ref: vX.X.X After replace X.X.X of the prefer version of package on github releases page. Next step is will run command flutter pub get. Importing Now in your Dart code, import paper like on example. …

  • A simple flutter app to keep track the time you Learn

    progressor-simple-edition Sometime you want to set a target for you weekly, for example: «Reading Book for 8 hours every week». This app helps you to do that. Furthermore, you can see the progress that you have done so far in the current week. Current version is very simple and support for Android Only. The project also has not migrated to …

  • The Tasko App made with Flutter

    tasko_rem The Tasko App is now compatible on iOS, Android and others distribution, because it’s made with Flutter You can now add task, check them or uncheck. You can only type a text but later, I will add a color parameter. GitHub https://github.com/5CYTH3/tasko_rem