river_cli 1.0.6
river_cli: ^1.0.6 copied to clipboard
A CLI tool for generating Riverpod feature structures in Flutter projects.
1.0.6 #
- Class names for generated pages are now always in CamelCase, even if the user provides snake_case. Only folder and file names remain in snake_case. This ensures Dart best practices for class naming.
- 'Change headline4 to headlineMedium
1.0.3 #
- Initial release of
river_cli. - Added support for
river_cli initto initialize the project structure with folders and base configuration. - Added
river_cli create page:<page_name>command to generate a feature structure with:controllersbindingsviews
- Integrated automatic route updates for
go_router, including route imports and configuration. - Enhanced feature creation with customizable paths via the
--pathflag. - Ensured compatibility with Flutter projects using Riverpod and GoRouter.
- Introduced a user-friendly CLI interface to streamline Flutter development workflows.