flutter_bunny 1.0.4 flutter_bunny: ^1.0.4 copied to clipboard
A CLI Tools Command-Line application for generating flutter project.
Flutter Bunny Cli #
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.
🎁 Features #
- Generate Flutter project templates with predefined structures.
- Easy customization of templates.
- Extensible and customizable to fit your specific needs.
📦 Installing #
To install Flutter Bunny, run the following command in your terminal:
dart pub global activate flutter_bunny
🚀 Getting Started #
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>
📝 Contributing #
If you find any issue, bug or missing feature, please kindly create an issue or submit a pull request.