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, …

A jiu-jitsu app made in flutter

jiu_jitsu_para_todos A jiu-jitsu app made in flutter. The purpose of this repository is to show and document my first experience when creating an app I accept any constructive criticism or contribution first I would like to say that some files were not placed in the repository because they have sensitive information, however all the code that was restricted was in …

Tangram App created using flutte

Tangram App Tangram is a creative intelligence game on the basis of creating various forms by combining seven geometrically shaped pieces made of stone, bone, plastic or wood. How do i play You can level up by placing the pieces given for placement in appropriate places. There are 9 levels, 3 easy, 3 medium and 3 hard. Plugins Tangram App …

Mobile app for wger Workout Manager with flutter

Mobile app for wger Workout Manager wger is a free, open source flutter application that manages and tracks/logs your exercises and personal workouts, weight and diet plans. This is the mobile app written with Flutter, it talks via REST with the main server. Installation Development 1 Install the wger server, the easiest way is starting the development docker-compose:https://github.com/wger-project/wger Alternatively, you …

Flutter UI library based on Carbon Design System

Flutter Carbon Unofficial implementation of Carbon Design System using Flutter framework. Finished widgets [x] CButtons (primary, secondary, danger, tertiary, ghost) [x] CTextfield (primary, success , warning, danger) based on validation [x] CForm (form , form group) [x] CCheckbox [x] CSVGIcon [x] CLink Screenshots Form Button Setup project Clone the repo: git clone https://github.com/NourEldinShobier/carbon-flutter Change directory to lab: cd lab Get …

A Todo App Made with Flutter

taskit A Todo App Made with Flutter Project Version List and Future Task Version Status Flutter App Setup 0.0.1(beta) [✓] Task List Display 0.0.2(beta) [✓] Add Task 0.0.3(beta) [✓] Update Task 0.0.4(beta) [✓] Connect to sqlflite 0.0.5(beta) [✓] Migrate to Null Safety 0.0.6(beta) [✓] Add Icons for Android 0.0.7(beta) [✓] Launch Android App 0.1.0 [✘] Migrate Tasks to DB 0.1.1(beta) …

A lightweight wallet for individuals to manage DIDs and VCs with flutter

credible Credible is a native mobile wallet that supports W3C Verifiable Credentials and Decentralized Identifiers built on DIDKit and Flutter. We packaged the DIDKit library written in Rust into a Flutter application running on both Android and iOS, using C bindings and Dart’s FFI capabilities. This is the wallet counterpart to the rich, growing toolkit supplied by DIDKit, the two …