Last updated:
0 purchases
flutter clean arch setup
flutter_clen_arch_setup #
This package provides an easy way to generate clean architecture structure
to your Flutter project
π Guide #
1. Setup
dev_dependencies:
flutter_clen_arch_setup: "^0.0.1"
copied to clipboard
2. Usage
$ flutter pub run flutter_clean_arch_setup:main
copied to clipboard
3. Generates
lib/src
ββββcore
β ββββ factories
ββββdata
β ββββ models
β ββββ usecases
ββββdomain
β ββββ entities
β ββββ usecases
ββββpresentation
ββββui
β ββββ pages
β ββββ widgets
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.