Flutter Bunny is a command-line interface (CLI) tool designed to simplify the process of generating Flutter templates. Whether you are creating a new Flutter project or adding a new feature, Flutter Bunny provides a quick and easy way to scaffold your application with best practices and predefined structures.
- Generate Flutter project templates with predefined structures.
- Easy customization of templates.
- Extensible and customizable to fit your specific needs.
To install Flutter Bunny, run the following command in your terminal:
dart pub global activate flutter_bunny
To create a new Flutter project using Flutter Bunny, navigate to your desired directory and run:
flutter_bunny create app <project_name> --desc <description> --org <org> --host_url <host_url>
If you find any issue, bug or missing feature, please kindly create an issue or submit a pull request.