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 to Setup 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 uses provider for State Management. hive, shared_preferences for storage. dio for making network requests.