flutterlifecyclehooks 5.0.0-web.1 copy "flutterlifecyclehooks: ^5.0.0-web.1" to clipboard
flutterlifecyclehooks: ^5.0.0-web.1 copied to clipboard

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

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
39
likes
140
pub points
88%
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