codeable_cli 1.0.6
codeable_cli: ^1.0.6 copied to clipboard
A CLI tool that scaffolds production-ready Flutter projects with Clean Architecture, BLoC/Cubit, Dio, Hive, GoRouter, multi-flavor builds, and Firebase integration.
Changelog #
1.0.6 #
- Fixed
--versionflag to report correct version - Keystore now uses
<project_name>-keystore.jksfilename and<project_name>-alias - Keystore password set to
androidby default
1.0.5 #
- Fixed repository and issue tracker URLs to point to the correct GitHub repo
- Shortened package description to meet pub.dev guidelines (60-180 characters)
- Added example file for pub.dev documentation score
1.0.4 #
- All Codeable links now point to gocodeable.com
- Added custom Codeable logo to README badge
1.0.2 #
- Revamped README with Table of Contents, FAQ, contributors section, and improved formatting
- Updated project structure docs (removed deprecated guards directory)
- Updated feature command docs to reflect auto-wiring behavior
1.0.1 #
featurecommand now auto-wires everything: registers cubit inapp_page.dart, adds route togo_router, and adds route constants- Generated feature screens include
customAppBarandBlocBuilderout of the box - Repository implementations now include both
ApiServiceandAppPreferences(cache) - Removed deprecated
legacyCustomAppBarfrom templates - Removed unnecessary
.gitkeepfrom feature widgets folder
1.0.0 #
- Initial release
createcommand: Scaffold a complete Flutter project with Clean Architecture, BLoC/Cubit, Dio, Hive, GoRouter, and multi-flavor buildsfeaturecommand: Generate feature modules with data/domain/presentation layersrenamecommand: Rename the project across all files and configurationschange-idcommand: Update the app/bundle identifiersamplecommand: Add sample features with pre-built UI components- 40+ production-ready reusable UI components
- Firebase setup with per-flavor configuration
- Android keystore generation
- AI-assisted development config (CLAUDE.md, .cursorrules)
- Localization support with ARB files