flutter_enterprise_cli 1.0.2
flutter_enterprise_cli: ^1.0.2 copied to clipboard
Enterprise-grade Flutter CLI tool for generating production-ready project scaffolding with clean architecture, multi-environment flavors, and CI/CD automation.
1.0.0 #
Initial stable release.
Features #
- Clean Architecture generator
- Android flavor automation (Kotlin DSL support)
- iOS xcconfig generation
- Multi-environment main files
- GitHub Actions CI/CD template
- Android APK & AAB artifact upload
- iOS IPA generation support
- CLI-based project scaffolding
- Nested project protection
- Safe overwrite prevention
Future improvements may include:
- Dynamic Flutter version detection
- Matrix-based CI builds
- Optional CI configuration flags
- Signed iOS build automation
1.0.1 #
Improvements #
- Added proper executable mapping.
- Users can now run
flutter_enterprise_clidirectly after activation. - Added Windows PATH detection with helpful guidance message.
- Improved first-time user experience.
1.0.2 #
Improvements #
- Refactored project architecture to enterprise bootstrap pattern.
- Removed duplicate MyApp generation in flavor entrypoints.
- Introduced app/bootstrap.dart and app/app.dart separation.
- Improved flavor entrypoint structure for better maintainability.
- Added automatic removal of default widget_test.dart to prevent class conflicts.
- Added custom app_test.dart generation compatible with bootstrap architecture.
- Added cross-platform PATH detection (Windows / macOS / Linux).
- Improved global CLI activation guidance.
- Enhanced support for configuring CI/CD in existing Flutter projects.
- Enhanced support for configuring flavors in existing Flutter projects.
Fixes #
- Fixed syntax error caused by default Flutter test file.
- Fixed executable accessibility issues on macOS.
- Improved CLI stability during project generation.
Developer Experience #
- Improved first-time setup messaging.
- Cleaner project structure output.
- More robust enterprise scaffolding.