flutter_spark 1.0.3
flutter_spark: ^1.0.3 copied to clipboard
A Simple CLI to generate folder architecture for your flutter project.
example/example.md
After few simple commands you flutter folder structure...!!! #
my_flutter_app/ │ ├── assets/ │ ├── fonts/ │ ├── icons/ │ └── images/ │ ├── lib/ │ ├── features/ │ │ └── new_feature/ │ │ ├── screens/ │ │ ├── model/ │ │ └── utils/ │ ├── models/ │ ├── services/ │ └── utils/ │ ├── routes/ │ │ ├── routes.dart │ │ └── routes_constants.dart │ └── consts/ │ ├── images/ │ │ └── images.dart │ └── icons/ │ └── icons.dart │ └── pubspec.yaml