Skip to content

Releases: cleveradssolutions/CAS-Flutter

0.7.6

16 Jan 10:15
dab0823
Compare
Choose a tag to compare

Features

Changes

  • [Android] (From DTExchange SDK update) Fixed usage of Android Advertising ID to be compliant with Google Play Ads policy.
  • [iOS] Requires apps to build with Xcode 16.1 or above.

Bug Fixes

  • Fixed an issue where the banner was white.
  • Fixed an issue with the wrong argument type in the onAdViewFailed method.

0.7.5

20 Dec 15:38
c4a3329
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug where OnDismissListener callback was not called.

Known Issues

  • On Flutter version 3.27.1, banners are not displaying correctly, although other ads are working fine.
  • On Flutter version 3.28.0-2.0.pre.38577, build compilation failed with the following error:
    Task ':app:packageDebugResources' uses this output of task ':app:generateProfileCASLinkFile' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

0.7.4

19 Dec 15:46
858ca69
Compare
Choose a tag to compare

Features

  • Wraps Android and iOS 3.9.8 SDK.
  • The BannerWidget is now invisible when no ad is loaded.
  • When the ad content is smaller than the requested AdSize of the BannerWidget, the widget adjusts its size to match the received ad content.

0.7.3

13 Dec 16:15
8080cd3
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue with creating AppOpen ads via MediationManager.
  • Fixed an issue where Banner events were received only by the last banner listener.

0.7.2

10 Dec 12:20
6c9266b
Compare
Choose a tag to compare

Changes

  • Reworked AdSize so the BannerWidget constructor can accept the result of AdSize methods.

Bug Fixes

  • Fixed crash when calling AdSize.getAdaptiveBanner(maxWidthDp).
  • [iOS] Fixed crash when calling AdSize.getAdaptiveBannerInScreen().

0.7.1

05 Dec 16:15
777bf36
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issues with AppOpen ads.

0.7.0

27 Nov 12:24
78305da
Compare
Choose a tag to compare

Features

Changes

  • [Android] Requires a minimum minSdk of 23.

Bug Fixes

  • [Android] Fixed error: PlatformException(Platform views cannot be displayed below API level 23).
  • Fixed error: MissingPluginException(No implementation found for method dispose on channel 'banner').

0.6.3

08 Nov 15:56
b3617a2
Compare
Choose a tag to compare

Features

Bug Fixes

  • Fixed a crash on banner disposal.

0.6.2

02 Nov 14:53
d92b44f
Compare
Choose a tag to compare

Features

  • Update doc

Bug Fixes

  • Fixed ad event handling on app return
  • Fixed issues with AdSize method calls
  • Fixed issues with consent flow handling

0.6.1

25 Oct 14:32
Compare
Choose a tag to compare

Features

  • Wraps Android and iOS 3.9.6 SDK
  • Optimized the native implementation of the plugin.