applovin_max 3.11.1 applovin_max: ^3.11.1 copied to clipboard
AppLovin MAX Flutter Plugin for Android and iOS - with support for interstitial ads, rewarded ads, banners, and MRECs.
Versions #
3.11.1 #
- 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.0 #
- 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 value
warning inMaxNativeAdView.dispose()
.
3.10.1 #
- Update
AppLovinMAX.initialize()
to return aFuture
on hot restart.
3.10.0 #
- Depends on Android SDK v12.5.0 and iOS SDK v12.5.0.
3.9.2 #
- Fix crash on
AppLovinMAX.initialize()
withjava.lang.IllegalStateException: Reply already submitted
.
3.9.1 #
- Depends on Android SDK v12.4.2 and iOS SDK v12.4.1.
3.9.0 #
- Depends on Android SDK v12.4.0 and iOS SDK v12.4.0.
3.8.1 #
- Depends on Android SDK v12.3.1 and iOS SDK v12.3.1.
3.8.0 #
- 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.0 #
- Depends on Android SDK v12.2.0 and iOS SDK v12.2.1.
- Add
MaxCMPError
to 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
null
methodChannel
inMaxAdView
. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/176 - Fix linter warnings.
3.6.0 #
- Fix NPE for accessing a null native ad on Android.
- Update
AppLovinMAX.showCmpForExistingUser()
to returnCmpError
instead ofint
raw value. - Add
MaxConfiguration
to encapsulate a return object ofAppLovinMAX.initialize(...)
. - Add support for Amazon bidding for rewarded ads.
3.5.0 #
- 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.1 #
- Allow calls to
AppLovinMAX.setMuted(...)
before SDK is initialized. - Depends on Android SDK v12.1.0 and iOS SDK v12.1.0.
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 theMaxAd
object returned in ad callbacks. For more info, check out our docs. - Replace
MediaQuery.devicePixelRatioOf
withMediaQuery.of().devicePixelRatio
. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/120
3.2.0 #
- Add support for widget adaptive banners via
MaxAdView(extraParameters: {"adaptive_banner": "true"}, ... )
.
3.1.2 #
- Fix
LateInitializationError
when building native ad widget. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/113.
3.1.1 #
- Depends on Android SDK v11.11.2 and iOS SDK v11.11.2.
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. 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.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 https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/26.
2.6.0 #
- Depends on Android SDK v11.10.1 and iOS SDK v11.10.1.
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 https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/62.
2.4.6 #
- Depends on Android SDK v11.8.2 and iOS SDK v11.8.2.
2.4.4 #
- Fix iOS widget banners/MRECs crash when not passing in placement or custom data.
2.4.3 #
- Fix placements and custom data not being passed for widget banners/MRECs.
2.4.2 #
- Fix hot restart not working. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/20.
2.4.1 #
- Depends on Android SDK v11.7.1 and iOS SDK v11.7.1.
- Fix
MaxAdView
widget creation error on Android. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/76.
2.4.0 #
2.3.3 #
- Depends on Android SDK v11.6.1 and iOS SDK v11.6.1.
2.3.2 #
- 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.1 #
- Fix banner/MREC widget ad issue on Android. (https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/32)
2.3.0 #
- 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.0 #
- Depends on Android SDK v11.5.3 and iOS SDK v11.5.3.
- Add support for ad revenue callbacks.
2.1.0 #
- 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
.
1.0.8 #
- Fix impression counting for fullscreen ads on iOS. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/19.
1.0.7 #
- Depends on Android SDK v11.4.4 and iOS SDK v11.4.3.
1.0.6 #
- Add
s.static_framework = true
inapplovin_max.podspec
. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/10.
1.0.5 #
- Fix linter warnings.
- Fix
OnRewardedAdReceivedRewardEvent()
callback not being called on Android. Fixes https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/14.
1.0.4 #
- Add support for
AppLovinMAX.isInitialized()
API. - Add support for getting DSP name if the ad is served by AppLovin Exchange via
ad.dspName
.
1.0.3 #
- Use
api
for Android AppLovin MAX SDK dependency. - Depends on Android SDK v11.4.3.
1.0.2 #
- Fix
RewardededAdListener
typo to beRewardedAdListener
.
1.0.1 #
- Fix README.
1.0.0 #
- Initial implementation for interstitials, rewarded videos, and programmatic banners & MRECs.