flutter_spark 1.0.3 copy "flutter_spark: ^1.0.3" to clipboard
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

9
likes
0
points
15
downloads

Publisher

verified publisherpudv95.me

Weekly Downloads

A Simple CLI to generate folder architecture for your flutter project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path

More

Packages that depend on flutter_spark