Skip to content

Releases: AppLovin/AppLovin-MAX-Flutter

3.4.0

05 Dec 03:06
2bdec2a
Compare
Choose a tag to compare
  • 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

10 Oct 08:36
Compare
Choose a tag to compare
  • 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

29 Aug 19:04
Compare
Choose a tag to compare

Add support for widget adaptive banners via MaxAdView(extraParameters: {"adaptive_banner": "true"}, ... ).

3.1.2

18 Aug 05:55
Compare
Choose a tag to compare
  • Fixed LateInitializationError when building native ad widget. Fixes #113.

3.1.1

05 Aug 03:18
Compare
Choose a tag to compare

3.1.0

03 Aug 06:45
Compare
Choose a tag to compare
  • 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

26 Jun 22:52
Compare
Choose a tag to compare

Fix native ad app icon not rendering on Android.

3.0.0

26 Jun 21:54
Compare
Choose a tag to compare

Add support for native ads. Please refer to our documentation here for more info. Addresses #26.

2.6.0

31 May 04:03
Compare
Choose a tag to compare

2.5.0

01 May 07:33
Compare
Choose a tag to compare
  • 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.