ignite_kit_cli 1.0.0+2
ignite_kit_cli: ^1.0.0+2 copied to clipboard
A Flutter project scaffolding CLI tool that instantly generates a custom, preconfigured project with themes, services, folder structure, and more.
1.0.0 #
- Initial version.
1.0.0+1 #
- Initial public release of
ignite_kit_cli
. - Supports custom Flutter project generation via:
ignite_kit create <project_name>
. - Includes default folder structure, services, and basic boilerplate.
- Template system with placeholder support (e.g.
{{project_name}}
).
1.0.0+2 #
- Improved documentation for pub.flutter-io.cn score (added usage, features, and example to CLI entrypoint).
- Fixed bug in placeholder replacement logic (ensured correct file type checks and removed unnecessary casts).
- General code cleanup and comments for better maintainability.