flutter_spark 1.0.5
flutter_spark: ^1.0.5 copied to clipboard
A Simple CLI to generate folder architecture for your flutter project.
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