Introduction

Flutter Bunny CLI

logo

A powerful CLI tool for creating and managing Flutter applications with best practices and consistent architecture.

🚀

Beta Release - Flutter Bunny CLI is currently in beta. We're actively developing and improving it.

Overview

Flutter Bunny is an opinionated CLI tool that helps you create, manage, and maintain Flutter applications with a focus on:

  • Best practices - Follow Flutter community best practices for code organization and patterns
  • Consistent architecture - Choose from popular architecture patterns (Clean Architecture, MVVM, MVC)
  • Rapid development - Generate common components with a single command
  • Testing - Built-in testing templates and utilities
  • Project maintenance - Tools to keep your project organized and up-to-date

Installation

dart pub global activate flutter_bunny 1.0.6-beta.5
 
# Verify installation
flutter_bunny --version

Make sure the pub cache bin directory is in your PATH.

Installation on macOS with Homebrew

brew tap demola234/homebrew-tap
brew install flutter_bunny

Quick Start

# Create a new Flutter application interactively
flutter_bunny create app
 
# Or create with specific options
flutter_bunny create app --name my_awesome_app --architecture clean_architecture --state-management riverpod

Available Commands

Learn More

Community