clean_architecture_init 1.0.8
clean_architecture_init: ^1.0.8 copied to clipboard
Flutter Folder Architecture is a thoughtfully designed, pre-built package that simplifies and streamlines your Flutter project setup. It offers a robust and scalable folder structure that follows indu [...]
Flutter Starter CLI #
A Dart-based CLI tool that creates a Flutter project with a predefined folder structure.
✨ Features #
- Generates a new Flutter project using
flutter create. - Sets up a clean folder structure under
lib/src. - Includes GetIt service locator (
locator.dart) for dependency injection.
🚀 Installation #
Install the CLI globally using: Install the Package using:
dart pub global activate flutter_starter_cli
dotsquares_flutter_starter {'Your app name'}