fluzer 1.0.1
fluzer: ^1.0.1 copied to clipboard
CLI tool for scaffolding Flutter Zero template projects.
1.0.1 #
Changed #
- Switched
README.mdto English (Chinese version preserved asREADME_CN.md). - Rewrote
CHANGELOG.mdin English. - Changed
pubspec.yamldescriptionto English-only.
Added #
- Added
example/directory with CLI usage examples and programmatic API demo. - Added library-level dartdoc to
lib/fluzer.dart.
Fixed #
- Improved pub.dev score: widened
analyzerconstraint from^10.2.0to>=10.0.1 <15.0.0so the constraint supports the latest version (the actual resolved version is still capped at 10.x bycodemod_recipe's transitive^10.0.1).
1.0.0 #
Initial release.
Added #
fluzer create <name>: Generate a Flutter Zero project in one step (supports local path, remote zip, and template registry sources).fluzer new <feature>: Generate a feature module in an existing project with automatic DI registration injection.fluzer version: Check the latest CLI and template versions with update notifications.fluzer cache list|clean: View or clear the local template cache.- Built-in China mirror fallback (ghfast.top / api.gitproxy.dev) for improved domestic access stability.
- Colored log output and clear command help messages.