flutter_starter_x 1.0.4
flutter_starter_x: ^1.0.4 copied to clipboard
A CLI tool to bootstrap Flutter projects with packages, folder structures, etc.
โ
example.md #
# ๐ ๏ธ Flutter Starter X CLI Tool Demo
This terminal session demonstrates creating a new Flutter project using the Flutter Starter X CLI Tool with interactive prompts and customizations.
---
### ๐ Project Initialization
```bash
$ flutter-start-x
Prompts:
- Project Name:
myapp - Organization:
com.xyz
Output:
๐ฆ Creating Flutter project...
Developer identity "Apple Development: xxxxxxxxxxxxx" selected for iOS code signing
Creating project myapp...
Got dependencies in `myapp`.
Wrote 130 files.
๐ฆ Package Selection #
[x] go_router
[x] dio
[x] shared_preferences
[x] flutter_svg
[x] url_launcher
๐งฑ Folder Structure #
-
Selected:
feature-based -
Folders Created:
views/common/config/utils/
๐งน Clean Up #
- Removed boilerplate comments from
main.dart
โ Final Message #
โ
Project "myapp" setup complete!
๐ Note #
You can start working on the project by running:
cd myapp
flutter run