This repository was archived by the owner on Oct 29, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork232
Mobile App for Frappe built on Flutter
License
NotificationsYou must be signed in to change notification settings
frappe/mobile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
We are deprecating mobile apps asdiscussed 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.
- Create/Update Docs
- Add/Remove Assignees, Tags
- Add/Remove/Download Attachments
- Add Comments, Send Email
- Appreciate/Criticize Users involved in specified Doc.
- Timeline
- Awesombar
To run this Project first you need toSetup Flutter
Install packages
flutter pub get
- Run the Project
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
- View file (layout logic)
- View Model File (data processing and state management).
This Project usesprovider for State Management.hive,shared_preferences for storage.dio for making network requests.
About
Mobile App for Frappe built on Flutter