founder_code_cli 0.1.0-beta.1
founder_code_cli: ^0.1.0-beta.1 copied to clipboard
An enterprise-grade Flutter CLI for generating production-ready applications following Founder Code Standards and Clean Architecture.
Changelog #
0.1.0-beta.1 #
Added #
- Initial beta release of Founder Code CLI
- Project Generator: Standardized enterprise-grade project scaffolding
- Feature Generator: Automated 10-folder Clean Architecture slice generation
- Screen & Model Generators: Production-ready UI and Data layer scaffolding
- Asset Generator: Recursive asset scanner with live
--watchmode - Network templates: Advanced Dio implementation with SSE support and standardized error mapping
- Theme templates: Material 3 support with dynamic brand color generation
- Responsive templates: Immutable scaling system based on 375x812 design reference
- Storage templates: Unified repository API for SharedPreferences and SecureStorage
- Shared Widgets: Library of production-ready responsive UI components
- Routing templates: Centralized GoRouter implementation with transitions and guards
- Clean Architecture templates: Standardized DDomain, Data, and Presentation layers
- Smart Dependency Resolver: Automated, code-driven
pubspec.yamlmanagement - Atomic Rollbacks: Automatic workspace cleanup on generation failure