flutterlifecyclehooks 5.0.0 copy "flutterlifecyclehooks: ^5.0.0" to clipboard
flutterlifecyclehooks: ^5.0.0 copied to clipboard

A flutter package that let you easily add hooks for application lifecycle state

5.0.0 #

  • Fix LifecycleMixin not being disposed correctly on web

5.0.0-web.1 #

  • Add support on web for the following hooks: onAppResume and onAppPause

4.0.0 #

  • Migrated from WidgetsBindingObserver to AppLifecycleListener.
  • Introduced LifecycleHooksSubscriber as an alternative to the mixin.
  • Updated dependencies.

3.0.2 #

  • Support Flutter 3.10.0

3.0.1 #

  • Add onInactive callback for AppLifecycleState.inactive

3.0.0 #

  • Support Flutter 3.0.0

2.0.0 #

Breaking change

  • removed afterFirstRender use onContextReady
  • stable null safety
  • update readme

2.0.0-nullsafety.0 #

  • Migrate to null safety
  • Provide onContextReady callback [replacement for afterFirstRender]
  • Update unit tests
  • Update example

1.0.1 #

  • prodive default implementation for didPushRouteInformation for Flutter v1.22.*

1.0.0 #

  • added onDetached

0.0.2 #

  • added unit tests
  • set minimum flutter version 1.12.0

0.0.1 #

  • package first release
46
likes
160
pub points
89%
popularity

Publisher

verified publisherptsakoulis.com

A flutter package that let you easily add hooks for application lifecycle state

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutterlifecyclehooks