fluzer 1.0.1 copy "fluzer: ^1.0.1" to clipboard
fluzer: ^1.0.1 copied to clipboard

CLI tool for scaffolding Flutter Zero template projects.

1.0.1 #

Changed #

  • Switched README.md to English (Chinese version preserved as README_CN.md).
  • Rewrote CHANGELOG.md in English.
  • Changed pubspec.yaml description to 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 analyzer constraint from ^10.2.0 to >=10.0.1 <15.0.0 so the constraint supports the latest version (the actual resolved version is still capped at 10.x by codemod_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.
1
likes
160
points
163
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

CLI tool for scaffolding Flutter Zero template projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, archive, args, codemod_recipe, dio, mason, mason_logger, path, yaml

More

Packages that depend on fluzer