Mes: junio 2021

  • 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

  • A simple app to make Flutter development more delightful

    Flutter Sidekick Sidekick is an app that provides a simple desktop interface to tools that enhance Flutter development experience to make it even more delightful. Features Manage Flutter versions Explore releases View most used packages Search versions across apps Version sandboxing (playground) more… GitHub https://github.com/leoafarias/sidekick

  • A vocab app built with Flutter and Supabase

    Vocabhub 0.2.2 A vocab app built with Flutter and Supabase. View Demo View Github Platform Android iOS MacOS Web Contributing Feel Free to contribute to this app, Data being collected from this sheet. Contribution does not necessarily mean sending a pull request you could also contribute by improving the sheet. Getting Started This project is a starting point for a …

  • A Nice Clean Analog Clock App UI With Flutter

    Analog Clock Light & Dark Theme We design a nice clean analog clock app UI by using flutter. Our clock supports both the Dark and Light theme. If you want to learn how to use both Light and Dark theme then it helps a lot. How I can run it? 🚀 Clone this repo 🚀 Run below code in terminal …

  • A Free online drawing app built using flutter

    DrawingBoard A Free online drawing app built using flutter. View Demo View Github Features [x] Draw [x] Erase [x] Add new page [x] Select between Grid Page and Plane Page. [x] Change pen stroke, color. [x] Change Background Color. [ ] Login/SignUp [ ] Save Drawing Book [ ] Create Multiple Drawing Books Screenshots How To Use To clone and …

  • Flutter sample app using MLKit Vision API for text recognition

    Flutter ML Kit Vision This a sample Flutter app integrated with the ML Kit Vision API for recognition of email addresses from an image. Plugins Using the following dependencies in the pubspec.yaml file: dependencies: camera: ^0.8.1 google_ml_kit: ^0.3.0 For the latest version of these plugins checkout their respective pages on pub.dev. Usage Currently only Android platform is supported but work …

  • A Flutter Responsive Admin Panel or Dashboard

    Flutter-Responsive-Admin-Panel-or-Dashboard On Flutter V2.* web officially supported on a stable branch. Today I share an Admin panel or you can call it dashboard UI build with flutter. Now you can build your app dashboard using flutter. This dashboard contains almost everything that you need like a chart, table, nice small card for showing info. It works perfectly on the Web, …