kite_cli 0.1.0
kite_cli: ^0.1.0 copied to clipboard
A professional Flutter CLI for app foundations, clean and MVC features, reusable components, Riverpod, and Dio scaffolding.
0.1.0 #
- Fixed bundled template registry resolution after global installation.
- Improved CLI logging for clearer generation progress and error messages.
- Improved template loading reliability for
dart pub global activate kite_cli.
0.0.1 #
- Added
kite init. - Added Clean Architecture feature generation.
- Added route and JSON serialization options.
- Added versioned JSON manifests and
.tmplsource files. - Added dry-run, conflict protection, checksums, and upgrades.
- Added
feature.mvcandkite --feat:mvc <name>. - Added reusable component generation through
--widget/component. - Added button, card, and avatar Material 3 templates.
- Added
--state riverpodproduction Riverpod infrastructure. - Added
--api:diotyped Dio client infrastructure. - Added recursive template dependencies with cycle and target-conflict detection.
- Added internal templates and
kite templates --all. - Added dependency-aware upgrade planning.
- Added expanded tests and multi-scenario static template validation.