Skip to main content

Flutter Boilerplate CLI

Launch your Flutter project in minutes with our powerful CLI boilerplate. Authentication, state management, and more - all pre-configured.

🚀 Quick Setup 🔐 HiveDB Auth 🔌 Multiple Addons ⚡ CLI Powered

$ flutter_cli create my_awesome_app

✓ Creating project structure...

✓ Setting up authentication...

✓ Configuring state management...

🚀 Project ready! cd my_awesome_app

Powerful Features

Everything you need to jumpstart your Flutter development, wrapped in an intuitive CLI interface.

Powerful CLI

Setup your entire project structure with a single command. Includes routing, state management, and more.

HiveDB Authentication

Built-in authentication system using HiveDB for secure local storage and user management.

Full Customization

Customize every aspect of your project structure and configuration through simple CLI commands.

Premium Addons

Extend functionality with Firebase, Supabase, scheduling, and other premium integrations.

State Management

Pre-configured state management solutions with best practices and organized architecture.

Developer Experience

Enhanced development experience with built-in debugging tools and performance optimizations.

Quick Start Guide

Get up and running in minutes with these simple steps

1

Install CLI

dart pub global activate flutter_cli
2

Create Project

flutter_cli create my_app
3

Configure Auth

flutter_cli setup auth --type hive

$ flutter_cli create my_app

✓ Creating project structure...

$ cd my_app

$ flutter_cli setup auth --type hive

✓ Setting up HiveDB authentication...

✓ Generating auth models...

✓ Creating auth services...

🚀 Auth setup complete!

What's Included:

  • Pre-configured project structure
  • HiveDB authentication setup
  • Basic state management

Powerful Addons

Extend your app's functionality with our premium integrations and addons

Popular

Firebase Integration

Complete Firebase setup with authentication, storage, and real-time database configuration.

Authentication
Cloud Storage
Real-time Database
New

Supabase Setup

Ready-to-use Supabase integration with database, auth, and real-time subscriptions.

PostgreSQL Database
Auth Management
Real-time Subscriptions
Essential

Scheduling Module

Complete scheduling system with calendar integration and notifications.

Calendar Integration
Push Notifications
Recurring Events

Seamless Authentication with HiveDB

Built-in authentication system that's fast, secure, and works offline. Powered by HiveDB for reliable local storage.

Secure Storage

Encrypted local storage using HiveDB's secure box feature.

Offline First

Works seamlessly offline with automatic sync when online.

Quick Setup

One command setup with pre-built UI components.

auth_service.dart
import 'package:hive/hive.dart';

class AuthService {
  final Box _box;

  Future<User> signIn(
    String email,
    String password
  ) async {
    // Secure authentication logic
    await _box.put(
      'session',
      userData
    );
    
    return User.fromMap(userData);
  }
            

Initialize with CLI:

flutter_cli auth --setup hive
JWT Support Social Auth Biometric Auth 2FA Ready

Comprehensive Documentation

Everything you need to know about setup, configuration, and customization

// Initialize your Flutter project
flutter_cli create my_project --template complete

// Setup authentication
flutter_cli auth --setup hive

// Configure addons
flutter_cli addon --install firebase
flutter_cli addon --install supabase

// Run your app
flutter run

Interactive Examples

Copy-paste ready code examples with live previews and explanations.

Step-by-Step Guides

Detailed tutorials for every feature and integration process.

Simple, Transparent Pricing

Choose the perfect plan for your development needs

Starter

Perfect for side projects

Free /forever
  • Basic CLI commands
  • HiveDB Authentication
  • Community support
Get Started
MOST POPULAR

Professional

For serious developers

$29 /month
  • Everything in Starter
  • Premium addons
  • Priority support
  • Advanced integrations
Get Started

Enterprise

For large teams

Custom
  • Everything in Pro
  • Custom addons
  • Dedicated support
  • Custom development
Contact Sales

Loved by Developers

See what developers around the world are saying about our Flutter CLI boilerplate

"This CLI tool has completely transformed our Flutter development workflow. Setting up authentication and state management used to take days, now it's just minutes."

Sarah Chen

Senior Developer at TechCorp

"The HiveDB integration is flawless. Having authentication set up automatically saves us countless hours of development time."

Mike Johnson

Lead Developer at StartupX

"The addon system is brilliant. Being able to add Firebase or Supabase with a single command is game-changing for our team."

Alex Rivera

Mobile Developer at DevHub