flutter_fgbg 0.5.0 flutter_fgbg: ^0.5.0 copied to clipboard
Flutter plugin to detect when app(not Flutter container) goes to background or foreground
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
AppLifecycleListener
API. Thanks to #17 by @csells.
0.3.0 #
- Gradle 8 compatibility. Thanks @Rexios80
- New
FGBGEvents.ignoreWhile
API
0.2.2 #
- Move to mavenCentral
0.2.1 #
- Fix use of FGBGNotifier and event stream in multiple places
0.2.0 #
- Removed deprecated
registerWith
function to cleanup warnings
0.1.0 #
- Null safety migration
0.0.1 #
- Initial release.