Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Timliu Ios | 11,285 | a month ago | 2 | gpl-3.0 | ||||||
iOS开发常用三方库、插件、知名博客等等 | ||||||||||
Flutter Samples | 2,754 | 7 months ago | mit | Dart | ||||||
Flutter Samples | ||||||||||
Flutter Architecture Blueprints | 1,308 | a year ago | 30 | mit | Dart | |||||
Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps. | ||||||||||
Jpush Flutter Plugin | 800 | 2 months ago | 153 | mit | Objective-C | |||||
JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。 | ||||||||||
Flutter_barcode_scanner | 331 | 10 | 4 months ago | 25 | April 19, 2021 | 166 | mit | Java | ||
Barcode scanner plugin for flutter. Supports barcode scanning for Android and iOS | ||||||||||
Flutter_photo | 300 | 3 | 2 years ago | 43 | April 28, 2020 | 57 | apache-2.0 | Dart | ||
Pick image/video from album by flutter. Support ios and android. UI by flutter, no native. | ||||||||||
Wanandroid | 169 | 4 years ago | apache-2.0 | Dart | ||||||
A wanandroid.com client written by Flutter | ||||||||||
Mobile | 139 | a year ago | 34 | mit | ||||||
Mobile App for Frappe built on Flutter | ||||||||||
Book Recommended Daily | 103 | 2 years ago | ||||||||
作者日常学习发现的知识小文章 | ||||||||||
Finclip Flutter Demo | 78 | 4 months ago | 1 | mit | Dart | |||||
FinClip Flutter 运行环境,让小程序在 Flutter 应用中无缝运行 / Flutter DEMO for FinClip |
We are deprecating mobile apps as discussed here.
If you willing to take the development forward, you can fork the repo and continue the development.
Access your ERPNext desk or any other Frappe desk anytime from your smartphone.
To run this Project first you need to Setup Flutter
Install packages
flutter pub get
flutter run
This Project roughly follows MVVM Architecture where each screen has seperate file and each stateful screen is contained in a folder with 2 files
This Project uses provider for State Management. hive, shared_preferences for storage. dio for making network requests.