- Migrate Android to v2 embedding 287
- Update Bitrise build machine to Xcode 13.2.x, on macOS (Monterey); Flutter 2.8.1
- Migrate to null saftey!
- Update example to null saftey!
- Update Bitrise build machine to Xcode 12.5.x, on macOS 11.2 (Big Sur); Flutter 2.0.0
- Added testAdUnitId getter for Banner, Interstitial and Reward ads. PR227. Thank you DoctorJohn!
- Fixes typo in README.md PR224. Thank you Skyost!
- Resolve iOS 14 Dependency issue.
- Add iOS 14 Support. Thank you Skyost!
- Bump iOS min version to iOS 9
- iOS REQUIRES Xcode 12+ to build for iOS 14
- Update Bitrise build machine to Xcode 12.0.x, on macOS 10.15.5 (Catalina); Flutter 1.20.2
- Added some extension banner ad recipes
- Added page navigation to example app.
- Fixed 183 iOS Reward Ad consecutive loads
- Removed some dead code from
AdmobRewardPlugin.swift
- Reverted: Explicitly
dispose
Banners viaAdmobBannerController
- More FAQ's added to README
- Add support for
testDeviceIds
- Add some FAQ's to README
- Explicitly
dispose
Banners viaAdmobBannerController
- Update iOS and Android API versions
- Update iOS rewards to use new api
- Update Bitrise build machine to Xcode 11.5.x, on macOS 10.15.4 (Catalina); Flutter 1.17.1
- Add Adaptive banner support.
- Now prevents ads from being reloaded on setState.
- Update Android dependencies
- Update iOS Podfile for Flutter 1.12.13+hotfix.5
- Update example for Flutter to 1.12.13+hotfix.5
- Update Bitrise build machine to Xcode 11.3.x, on macOS 10.14.6 (Mojave)
- Set min Flutter version to 1.10.x
- Set plug-in platforms to Android and iOS
- Pin iOS dependencies
- Add bitrise build
- Add analysis_options.yaml
- iOS 13.0 fixes
- iOS Interstitial crash fix if
didFailToReceiveAdWithError
- iOS Banner crash fix
- Add iOS support!
- Update to AndroidX.
Note: This is a breaking change on Android!
- Release first version