flutter_setup_cli 1.0.1
flutter_setup_cli: ^1.0.1 copied to clipboard
CLI tool to scaffold a clean-architecture core folder for new Flutter projects.
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.