flutter_setup_cli 1.0.1 copy "flutter_setup_cli: ^1.0.1" to clipboard
flutter_setup_cli: ^1.0.1 copied to clipboard

CLI tool to scaffold a clean-architecture core folder for new Flutter projects.

example/example.md

Example #

Activate the CLI globally:

dart pub global activate flutter_setup_cli

Then run it inside a brand-new Flutter project:

flutter create my_awesome_app
cd my_awesome_app
flutter_setup

You'll be prompted for your API base URL — enter any placeholder (e.g. https://api.example.com) if your backend isn't ready yet.

The tool scaffolds lib/core/, lib/config/, and a pre-wired lib/main.dart, then adds dio, fpdart, get_it, flutter_secure_storage, and go_router to your pubspec.yaml automatically.

1
likes
160
points
120
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tool to scaffold a clean-architecture core folder for new Flutter projects.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on flutter_setup_cli