Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 586 Bytes

flutter_base

A flutter base project with default setup

Getting Started

  • Added modular and flexible project app folder structure.
  • Added common Theme based on the wireframe's colors and ui styles.
  • Added Internationalization support with arb file.
  • Added test setup with code coverage.
  • Added fluro routes for better page navigation.
  • Added scoped models for centralised state management.
  • Added dio http service for promise callback handling.
  • Added shared_preferences to persist data in local storage.
  • Added app_review for application rating. Not a critical addition.