flutter_spark 1.0.5 copy "flutter_spark: ^1.0.5" to clipboard
flutter_spark: ^1.0.5 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
160
points
25
downloads

Publisher

verified publisherpudv95.me

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on flutter_spark