flutter_fgbg 0.7.1
flutter_fgbg: ^0.7.1 copied to clipboard
Flutter plugin to detect when app(not Flutter container) goes to background or foreground
0.7.1 #
- Fixed event broadcast if there are multiple listeners
0.7.0 #
FGBGEvents.streamwill contain events based on theAppLifecycleListenerfor Desktop and Web fallbacks. Earlier this was available only for theFGBGNotifierwidget.FGBGEvents.lastwill return the last event capturedFGBGNotifierwill not send the event again if it is same as the last event- Fixes
androidx.lifecycledeprecations
0.6.0 #
- Updated compileSdkVersion to 34 to fix AAPT errors
0.5.0 #
- Attempt to update the list of supported platforms on pub.dev, since now all supported Flutter platforms are supported by the plugin.
0.4.0 #
- Desktop and Web fallbacks to
AppLifecycleListenerAPI. Thanks to #17 by @csells.
0.3.0 #
- Gradle 8 compatibility. Thanks @Rexios80
- New
FGBGEvents.ignoreWhileAPI
0.2.2 #
- Move to mavenCentral
0.2.1 #
- Fix use of FGBGNotifier and event stream in multiple places
0.2.0 #
- Removed deprecated
registerWithfunction to cleanup warnings
0.1.0 #
- Null safety migration
0.0.1 #
- Initial release.