Skip to content

Mobile App for Frappe built on Flutter [beta]

License

Notifications You must be signed in to change notification settings

resilient-tech/mobile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frappe Mobile

Please Note, this Project is still in beta stage and requires Frappe Framework v13

Desk Awesome Bar Form View

Features:

  1. Create/Update Docs
  2. Add/Remove Assignees, Tags
  3. Add/Remove/Download Attachments
  4. Add Comments, Send Email
  5. Appreciate/Criticize Users involved in specified Doc.
  6. Timeline
  7. Awesombar

Development

  1. To run this Project first you need to Setup Flutter

  2. Install packages

flutter pub get
  1. Run the Project
flutter run

Architecture

This Project roughly follows MVVM Architecture where each screen has seperate file and each stateful screen is contained in a folder with 2 files

  1. View file (layout logic)
  2. 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.

About

Mobile App for Frappe built on Flutter [beta]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.4%
  • Other 0.6%