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

A simple Flutter state management helper that makes using Flutter's internal state management easier with InheritedWidget and code generation.

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)
  • FEAT: add listenInContext for context-safe state listeners. (3ade2c60)
  • DOCS: improve README and update GitHub URLs. (b4d732fa)
  • DOCS: simplify documentation and update descriptions. (3e23bff9)

Changelog #

0.1.0 #

  • Initial release
  • StateNotifier base class
  • Ease widget for provider registration
  • Context extensions: watch, read, select
1
likes
160
points
277
downloads

Publisher

verified publisherwidget-lab.dev

Weekly Downloads

A simple Flutter state management helper that makes using Flutter's internal state management easier with InheritedWidget and code generation.

Repository (GitHub)
View/report issues
Contributing

Topics

#state-management #flutter #inherited-widget #code-generation

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ease_state_helper