flo_cli 1.0.3
flo_cli: ^1.0.3 copied to clipboard
A production-grade Flutter developer CLI toolkit for generating architecture components, managing dependencies, and setting up AI coding agent rules.
1.0.3 #
- Add an
updatecommand to automatically upgrade the CLI to the latest version on pub.dev. - Update
doctorcommand to check for new versions on pub.dev and notify the user if an update is available.
1.0.2 #
- Fix terminal scrolling UI glitches in the interactive wizard menus (prevent garbled text when choices exceed terminal bounds).
1.0.1 #
- Add comprehensive Dart doc comments (
///) across all public classes, constructors, methods, and properties. - Expand package description in
pubspec.yamlto meetpub.devlength guidelines. - Fix README configuration assertions in project generator tests.
- Add an example Dart file demonstrating CLI usage to satisfy pub.dev package layout conventions.
1.0.0 #
- Initial version.