firebase_admob 0.2.3 firebase_admob: ^0.2.3 copied to clipboard
Firebase plugin for Firebase AdMob, supporting loading and displaying banner and interstitial (full-screen) ads on Android and iOS.
0.2.3 #
- Simplified and upgraded Android project template to Android SDK 27.
- Updated package description.
0.2.2 #
- Added platform-specific App IDs and ad unit IDs to example.
- Separated load and show functionality for interstitials in example.
0.2.1 #
- Use safe area layout to place ad in iOS 11
0.2.0 #
- Breaking change. MobileAd TargetingInfo requestAgent is now hardcoded to 'flutter-alpha'.
0.1.0 #
- Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
- Relaxed GMS dependency to [11.4.0,12.0[
0.0.3 #
- Add FLT prefix to iOS types
- Change GMS dependency to 11.4.+
0.0.2 #
- Change GMS dependency to 11.+
0.0.1 #
- Initial Release: not ready for production use