lifecycle_controller 2.0.0 copy "lifecycle_controller: ^2.0.0" to clipboard
lifecycle_controller: ^2.0.0 copied to clipboard

A Flutter library for simplified state and lifecycle management. Offers structured handling of screen events, local state, async operations, and UI updates, promoting clean architecture and maintainab [...]

0.0.1 #

  • TODO: Describe initial release.

0.0.2 #

  • FEAT: buildView() method changed to build() method.

0.0.3 #

  • FEAT: throttle() method added to the LifycycleController class.

1.0.0 #

  • Major release.

1.0.1 #

  • REFACTOR: Separate each function into mixins
  • FEAT: Add mixin to send/receive events

1.0.2 #

  • FEAT: Add LifecycleScope widget

1.0.3 #

  • FEAT: add listen method

2.0.0 #

  • BREAKING CHANGE: LifecycleController abolishes LoadingMixin as it is the policy not to do any handling related to display.
  • FEAT: Added global event sending functionality to EventBusMixin
1
likes
0
points
63
downloads

Publisher

verified publishersora.fukui.jp

Weekly Downloads

A Flutter library for simplified state and lifecycle management. Offers structured handling of screen events, local state, async operations, and UI updates, promoting clean architecture and maintainability in Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on lifecycle_controller