applovin_max
AppLovin MAX Flutter Plugin for Android and iOS - with support for interstitial ads, rewarded ads, banners, and MRECs.
4.6.4
11K downloads/mo
#218 most downloaded on pub.dev
AppLovin/AppLovin-MAX-Flutter
What this package is like to depend on
Last release 2 months ago
03 Jun 2026
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 64 of 65 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
65 releases · first in 2022
6 releases in the last 12 months
see the full history below
Release timeline
65 releases · Jun 2022 to Jun 2026
2023
2024
2025
2026
Releases
latest 60 of 65-
4.6.403 Jun 2026 -
4.6.314 Mar 2026 -
4.6.217 Feb 2026 -
4.6.117 Nov 2025 -
4.6.022 Oct 2025 -
4.5.203 Sep 2025 -
4.5.119 Jun 2025 -
4.5.023 May 2025Release notes
Open source →- Depends on Android SDK v13.3.0 and iOS SDK v13.3.0.
- Add optional
isAdaptiveflag toAppLovinMAX.createBanner()andAppLovinMAX.preloadWidgetAdView()to enable adaptive banners (default: true). - Fix support for adaptive banners. For more info, check out our docs.
Release notes
Open source →- Depends on Android SDK v13.3.0 and iOS SDK v13.3.0.
- Add optional
isAdaptiveflag toAppLovinMAX.createBanner()andAppLovinMAX.preloadWidgetAdView()to enable adaptive banners (default: true). - Fix support for adaptive banners. For more info, check out our docs.
-
4.4.004 Apr 2025 -
4.3.126 Mar 2025Release notes
Open source →- Fix CTA not clickable.
- Remove deprecated
AppLovinMAX.setLocationCollectionEnabled()API.
Release notes
Open source →- Fix CTA not clickable.
- Remove deprecated
AppLovinMAX.setLocationCollectionEnabled()API.
-
4.3.006 Feb 2025Release notes
Open source →- Update
MaxAdto includeadFormat,networkPlacement, andlatencyMills. - Depends on Android SDK v13.1.0 and iOS SDK v13.1.0.
- Update
-
4.2.110 Jan 2025 -
4.2.028 Dec 2024 -
4.1.215 Dec 2024 -
4.1.103 Dec 2024Release notes
Open source →- Remove the mistakenly enabled adaptive banner from Android to prevent app-side errors.
- Remove obsolete MAX Error Codes -
ErrorCode.fullscreenAdAlreadyLoadingandErrorCode.fullscreenAdLoadWhileShowing.
-
4.1.028 Nov 2024Release notes
Open source →- Enhance banner and MREC (
MaxAdView) preloading to support preloading multipleMaxAdViewinstances. - Update preloaded banners and MRECs (
MaxAdView) to suspend auto-refresh while not visible in background. - Depends on Android SDK v13.0.1 and iOS SDK v13.0.1.
- Enhance banner and MREC (
-
4.0.223 Oct 2024Release notes
Open source →- Update IconView to support native ad icon image view, primarily for BigoAds native ads.
-
4.0.115 Oct 2024Release notes
Open source →- Crash if plugin version is incompatible with native SDK version.
- Add support for Yandex native ads.
- Update listener APIs to allow for null values for unsetting.
-
4.0.017 Sep 2024Release notes
Open source →- Depends on Android SDK v13.0.0 and iOS SDK v13.0.0.
- Removed COPPA support.
- Add constants for MAX Error Codes. For more info, check out our docs.
-
3.11.103 Sep 2024Release notes
Open source →- Depends on Android SDK v12.6.1 and iOS SDK v12.6.1.
- Add APIs to preload widgets for banners and MRECs. For more info, check out our docs.
-
3.11.007 Aug 2024Release notes
Open source →- Replace targeting data APIs with new numeric segments targeting APIs. For migration instructions, please see here.
- Depends on Android SDK v12.6.0 and iOS SDK v12.6.0.
- Fix ad callbacks not firing after hot restart. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/229
- Fix
Null check operator used on a null valuewarning inMaxNativeAdView.dispose().
-
3.10.120 Jun 2024 -
3.10.017 May 2024 -
3.9.216 Apr 2024Release notes
Open source →- Fix crash on
AppLovinMAX.initialize()withjava.lang.IllegalStateException: Reply already submitted.
- Fix crash on
-
3.9.109 Apr 2024 -
3.9.003 Apr 2024 -
3.8.118 Mar 2024 -
3.8.011 Mar 2024Release notes
Open source →- Depends on Android SDK v12.3.0 and iOS SDK v12.3.0.
- Add support to classify waterfall objects. For more info, check out our docs.
- Refactored error handling logic.
-
3.7.021 Feb 2024Release notes
Open source →- Depends on Android SDK v12.2.0 and iOS SDK v12.2.1.
- Add
MaxCMPErrorto encapsulate a return object ofAppLovinMAX.showCmpForExistingUser(). For more info, check out our docs. - Fix banner/MREC background not hiding.
- Update the comment description for
AppLovinMAX.setTestDeviceAdvertisingIds(...). - Fix NPE for accessing a
nullmethodChannelinMaxAdView. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/176 - Fix linter warnings.
-
3.6.019 Jan 2024Release notes
Open source →- Fix NPE for accessing a null native ad on Android.
- Update
AppLovinMAX.showCmpForExistingUser()to returnCmpErrorinstead ofintraw value. - Add
MaxConfigurationto encapsulate a return object ofAppLovinMAX.initialize(...). - Add support for Amazon bidding for rewarded ads.
-
3.5.029 Dec 2023Release notes
Open source →- Add support for showing Google UMP to existing users for integrations using our Google UMP Automation feature. For more info, check out our docs.
- Add better support for Amazon bidding.
-
3.4.107 Dec 2023Release notes
Open source →- Allow calls to
AppLovinMAX.setMuted(...)before SDK is initialized. - Depends on Android SDK v12.1.0 and iOS SDK v12.1.0.
- Allow calls to
-
3.4.005 Dec 2023Release notes
Open source →- 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
starRatingnot correctly converting from platform on iOS.
-
3.3.010 Oct 2023Release notes
Open source →- Add
revenuePrecisionAPI to theMaxAdobject returned in ad callbacks. For more info, check out our docs. - Replace
MediaQuery.devicePixelRatioOfwithMediaQuery.of().devicePixelRatio. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/120
- Add
-
3.2.029 Aug 2023Release notes
Open source →- Add support for widget adaptive banners via
MaxAdView(extraParameters: {"adaptive_banner": "true"}, ... ).
- Add support for widget adaptive banners via
-
3.1.218 Aug 2023Release notes
Open source →- Fix
LateInitializationErrorwhen building native ad widget. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/113.
- Fix
-
3.1.105 Aug 2023 -
3.1.003 Aug 2023Release notes
Open source →- Depends on Android SDK v11.11.1 and iOS SDK v11.11.2.
- Fix banner and MREC widgets occupying space before it is loaded. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/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.126 Jun 2023 -
3.0.026 Jun 2023Release notes
Open source →- Add support for native ads. Please refer to our documentation here) for more info. Addresses https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/26.
-
2.6.031 May 2023 -
2.5.001 May 2023Release notes
Open source →- 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 https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/62.
-
2.4.631 Mar 2023 -
2.4.531 Mar 2023Nothing published for this version
-
2.4.428 Feb 2023Release notes
Open source →- Fix iOS widget banners/MRECs crash when not passing in placement or custom data.
-
2.4.325 Feb 2023Release notes
Open source →- Fix placements and custom data not being passed for widget banners/MRECs.
-
2.4.221 Feb 2023Release notes
Open source →- Fix hot restart not working. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/20.
-
2.4.115 Feb 2023Release notes
Open source →- Depends on Android SDK v11.7.1 and iOS SDK v11.7.1.
- Fix
MaxAdViewwidget creation error on Android. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/76.
-
2.4.014 Feb 2023 -
2.3.313 Jan 2023 -
2.3.207 Dec 2022Release notes
Open source →- Depends on Android SDK v11.6.0 and iOS SDK v11.6.0.
- Add support for waterfall info API.
- Add support for
AppLovinMAX.setLocationCollectionEnabled(bool enabled)API.
-
2.3.123 Nov 2022Release notes
Open source →- Fix banner/MREC widget ad issue on Android. (https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/32)
-
2.3.011 Nov 2022Release notes
Open source →- Depends on Android SDK v11.5.5 and iOS SDK v11.5.5.
- Add support for App Open ads.
- Add support for passing additional data.
-
2.2.025 Oct 2022Release notes
Open source →- Depends on Android SDK v11.5.3 and iOS SDK v11.5.3.
- Add support for ad revenue callbacks.
-
2.1.014 Oct 2022Release notes
Open source →- Depends on Android SDK v11.5.2 and iOS SDK v11.5.1.
- Add API to enable or disable the Creative Debugger
AppLovinMAX.setCreativeDebuggerEnabled(...). - Add API documentation.
- Fix warnings from
flutter analyze.
-
2.0.020 Jul 2022 -
1.0.805 Jul 2022Release notes
Open source →- Fix impression counting for fullscreen ads on iOS. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/19.
-
1.0.704 Jul 2022 -
1.0.601 Jul 2022Release notes
Open source →- Add
s.static_framework = trueinapplovin_max.podspec. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/10.
- Add
-
1.0.501 Jul 2022Release notes
Open source →- Fix linter warnings.
- Fix
OnRewardedAdReceivedRewardEvent()callback not being called on Android. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/14.