amet123 / mobile-1

Mobile App for Frappe built on Flutter [beta]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frappe Mobile

Please Note, this Project is still in beta stage and requires latest version(develop) of Frappe Framework v13

Frappe Books Preview Frappe Books Preview Frappe Books Preview

Features:

  1. Offline First (Data is automatically fetched in background every 30 mins)
  2. Create/Update Docs (queued when offline and processed automatically when reconnected to internet)
  3. Add/Remove Assignees, Tags
  4. Add/Remove/Download Attachments
  5. Add Comments, Send Email
  6. Appreciate/Criticize Users involved in specified Doc.
  7. Timeline
  8. Awesombar

Development

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

  2. Install packages

pub packages 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]

License:MIT License


Languages

Language:Dart 99.2%Language:Ruby 0.4%Language:Swift 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%