Last updated:
0 purchases
flutter bunny
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
copied to clipboard
🚀 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>
copied to clipboard
📝 Contributing #
If you find any issue, bug or missing feature, please kindly create an issue or submit a pull request.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.