craft_runner 0.3.0 copy "craft_runner: ^0.3.0" to clipboard
craft_runner: ^0.3.0 copied to clipboard

Code generation runner for riverpod_craft. Watch mode, single file generation, and cleanup.

0.2.2 #

  • Version bump to align with riverpod_craft 0.2.2

0.2.1 #

  • Remove updateState() from generated notifier classes
  • setState in facades now uses .state = value directly
  • Generated files include // GENERATED CODE - DO NOT MODIFY BY HAND header
  • Added ignore_for_file directives for protected member warnings

0.2.0 #

  • Generate updateState() inside @settable notifier classes instead of base class
  • Removed logging plugin from notes example

0.1.1 #

  • Fix: add explicit type parameters to NotifierProvider declarations
  • Plugin system: extensible code generation via RiverpodCraftPlugin
  • Built-in ProviderPlugin and CommandPlugin can be extended and replaced
  • runWithPlugins() API for custom code generation pipelines

0.1.0 #

  • Initial alpha release
  • Code generation from @provider, @command, and @settable annotations
  • Watch mode for real-time code generation
  • Single file generation
  • Clean command to remove generated files
  • Init command for project setup
  • Support for family providers and complex parameter types
0
likes
0
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

Code generation runner for riverpod_craft. Watch mode, single file generation, and cleanup.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, crypto, dart_style, path, pub_semver, riverpod_craft_plugin, yaml

More

Packages that depend on craft_runner