Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 955 Bytes

README.md

File metadata and controls

62 lines (51 loc) · 955 Bytes

mboilerplateflutter

Clean Architecture Paradigm use in Flutter Framework. Basically the paradigm can be scaling the application.

Clean Architecture

Folder Structure

- /core
├─ /common
├─ /routes
- /data
├─ /datasources
├─ /models
├─ /repositories
├─ /services
- /domain
├─ /entities
├─ /repositories
├─ /usecases
- /presentation
├─ /presentation
├─ /statemanagement
├─ /widgets
main.dart
initialize.dart
injection.dart
firebase.dart

SDK Version

Flutter SDK Latest

Installing

Run this command in your terminal:

git clone
cd mboilerplateflutter
flutter pub get
flutter run
Get the packages
sh pub.sh
Get test coverage
sh gencov.sh
Get code generation test
sh build-runner.sh

Credit

[email protected] | monfadev