Releases: AppLovin/AppLovin-MAX-Flutter
Releases · AppLovin/AppLovin-MAX-Flutter
3.4.0
- Add support for Selective Init. For more info, check out our docs.
- Add support for Terms and Privacy Policy Flow. For more info, check out our docs.
- Add support for
AppLovinMAX.setMRecExtraParameter()
API.
- Add support for
AppLovinMAX.setExtraParameter()
API.
- Depends on Android SDK v12.0.0 and iOS SDK v12.0.0.
- Fix
starRating
not correctly converting from platform on iOS.
3.3.0
- Add
revenuePrecision
API to the MaxAd
object returned in ad callbacks. For more info, check out our docs.
- Replace
MediaQuery.devicePixelRatioOf
with MediaQuery.of().devicePixelRatio
. #120
3.2.0
Add support for widget adaptive banners via MaxAdView(extraParameters: {"adaptive_banner": "true"}, ... )
.
3.1.2
- Fixed
LateInitializationError
when building native ad widget. Fixes #113.
3.1.0
- Depends on Android SDK v11.11.1 and iOS SDK v11.11.2.
- Fix banner and MREC widgets occupying space before it is loaded. #40
- Add API for passing extra parameters and local extra parameters for widget banners, MRECs, and native ads.
- Fix blank media views for Mintegral native ads.
3.0.1
Fix native ad app icon not rendering on Android.
3.0.0
Add support for native ads. Please refer to our documentation here for more info. Addresses #26.
2.5.0
- Depends on Android SDK v11.9.0 and iOS SDK v11.9.0.
- Fix ad load failure callbacks not firing for widget banners/MRECs. Fixes #62.