- Updated compileSdkVersion to 34 to fix AAPT errors
- Attempt to update the list of supported platforms on pub.dev, since now all supported Flutter platforms are supported by the plugin.
- Desktop and Web fallbacks to
AppLifecycleListener
API. Thanks to #17 by @csells.
- Gradle 8 compatibility. Thanks @Rexios80
- New
FGBGEvents.ignoreWhile
API
- Move to mavenCentral
- Fix use of FGBGNotifier and event stream in multiple places
- Removed deprecated
registerWith
function to cleanup warnings
- Null safety migration
- Initial release.