v1.0.0
-
Mediation is now supported in beta.
- There are new APIs to support passing network extras to mediation adapters:
- MediationNetworkExtrasProvider on Android and FLTMediationNetworkExtrasProvider on iOS.
- See the mediation example app README for more details on how to use these APIs.
- There are new APIs to support passing network extras to mediation adapters:
-
Fix for Android 12 issue #330.
- This will break compilation on android if you do not already set
compileSdkVersion
to31
, or override the WorkManager dependency to < 2.7.0:dependencies { implementation('androidx.work:work-runtime') { version { strictly '2.6.0' } } }
- This will break compilation on android if you do not already set
-
Fixes issue #404.
- Adds a new dart class,
AppStateEventNotifier
. You should subscribe toAppStateEventNotifier.appStateStream
instead of usingWidgetsBindingObserver
to listen to app foreground/background events. - See the app open example app for a reference
on how to use the new API.
- Adds a new dart class,
-
Adds a new parameter
extras
toAdRequest
andAdManagerAdRequest
. -
The development guides in the README have been migrated to the AdMob and Ad Manager dev sites.