ease_generator 0.2.0 copy "ease_generator: ^0.2.0" to clipboard
ease_generator: ^0.2.0 copied to clipboard

Code generator for ease_state_helper Flutter state management library. Generates providers and context extensions from @Ease() annotations.

0.2.0 #

  • BREAKING: Renamed Ease widget to EaseScope
  • BREAKING: Annotation usage changed from @ease() to @ease or @Ease()

0.1.2+1 #

  • DOCS: improve documentation and add Flutter example for ease_state_helper. (be6b65f3)

0.1.2 #

  • FEAT: add pana CI checks and rename Ease widget to EaseScope. (0ef82275)

0.1.1 #

  • REFACTOR: rename ease package to ease_state_helper and separate annotation. (4d546763)
  • REFACTOR: move Ease widget to package with manual provider registration. (9a9cb33e)
  • FIX: rename builder.dart to ease_generator.dart for pub.dev. (b05173af)
  • FEAT: add listenInContext for context-safe state listeners. (3ade2c60)
  • FEAT: add VS Code extension for Ease scaffolding. (b1e5e4e3)
  • FEAT: add middleware support and local form view model. (99aad239)
  • FEAT: add context.select method and open-source setup. (2e26ae70)
  • FEAT: add Selector pattern for granular rebuilds. (dac53173)
  • DOCS: improve README and update GitHub URLs. (b4d732fa)
  • DOCS: simplify documentation and update descriptions. (3e23bff9)
  • DOCS: simplify documentation and fix InheritedModel references. (91d1b9cd)

Changelog #

0.1.0 #

  • Initial release
  • Provider and InheritedModel code generation
  • Context extensions generation
  • Aggregated $easeProviders list generation
0
likes
130
points
278
downloads

Publisher

verified publisherwidget-lab.dev

Weekly Downloads

Code generator for ease_state_helper Flutter state management library. Generates providers and context extensions from @Ease() annotations.

Repository (GitHub)
View/report issues
Contributing

Topics

#state-management #code-generation #build-runner

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, dart_style, ease_annotation, glob, source_gen

More

Packages that depend on ease_generator