flutter-builder-cli
v1.0.1
Published
π Professional Flutter build tool with templates, flavors, and beautiful CLI
Maintainers
Readme
π Flutter Builder CLI
Professional Flutter build tool with templates, flavors, and beautiful CLI interface.
β¨ Features
- π― Interactive Menu - Beautiful CLI interface with easy navigation
- πΎ Build Templates - Save and reuse build configurations
- π¦ Flavor Support - Automatic detection and handling of product flavors
- π Code Obfuscation - Built-in support for Dart code obfuscation
- π² Tree Shaking - Reduce app size with tree-shake-icons
- π Multi-Platform - Support for Android, iOS, Web, Desktop
- π± Split APKs - Generate smaller APK files with split-per-abi
- β‘ Fast Builds - Optimized build pipeline with progress indicators
π§ Installation
npm install -g flutter-builder-cliπ Usage
Interactive Mode
flutter-builder
# or
fbQuick Commands
# Build with default template
flutter-builder build
# Build with specific template
flutter-builder build my-template
# Create new template
flutter-builder create release-build
# List all templates
flutter-builder list
# Delete template
flutter-builder delete old-templateCommand Options
flutter-builder --dry-run # Show commands without executing
flutter-builder --verbose # Detailed output
flutter-builder --no-banner # Hide bannerπ― Requirements
- Node.js >= 16.0.0
- Flutter SDK (global, FVM, or Puro)
- Android/iOS development environment (for mobile builds)
π License
MIT License - see LICENSE file for details.
