flutter_starter_x 1.0.5 copy "flutter_starter_x: ^1.0.5" to clipboard
flutter_starter_x: ^1.0.5 copied to clipboard

A CLI tool to bootstrap Flutter projects with packages, folder structures, etc.

example/example.md

โœ… 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
0
likes
150
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to bootstrap Flutter projects with packages, folder structures, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

promptr

More

Packages that depend on flutter_starter_x