Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.06 KB

cool_template

Enterprise grade flutter template.

Problems wich already solved

  1. Assets managment
  2. Localization
  3. DI*
  4. Routing system*
  5. Network Communication
  6. Null problem solved*
  7. AppTheme*
  8. Validation
  9. Modular Architecure*
  10. Unit testing*
  11. Responsive UI*

TODO Problems

  1. Catcher (Exception managment with modals for client )*
  2. Widget testing*
  3. Integration testing*
  4. Notification
  5. WEB/LINUX/WINDOWS/MAC compatibility*
  6. Tools for adaptive UI*
  7. Native code template (Rust,C,C++,WebAssembly)*
  8. Deploy scripts*
  9. Add different variants of state managment (RxDart approach, Bloc approach)
  10. Check compatability with old vesion of Android and IOS , Web browsers , Linux OS, Windows (10,11), Mac OS (catalina and higher)*
  11. Code documentation*

Prerequisites

  1. Installed LTS Node JS
  2. Installed Java 11
  3. Installed Flutter 3.0.5 or higher
  4. Android Studio
  5. Android SDK
  6. Android Emulator SDK

Getting Started

  1. Run backend with ./gradlew command
  2. Check localhost:8080
  3. Run flutter application on android emulator