clever_ads_solutions 0.5.0
clever_ads_solutions: ^0.5.0 copied to clipboard
The CAS.AI Flutter plugin allows you to easily monetize your apps for iOS and Android using lot of Ads SDKs in mediation.
0.5.0 #
Changes #
- [Android] Requires a minimum
compileSdkVersion
of 34. - [iOS] Requires apps to build with Xcode 15.3 or above.
- The CASExchange adapter has been included to the Optimal Ads Solutions.
- Previously beta adapters are now available to all: CASExchange, HyprMX, and StartIO.
- All the package files have been renamed to comply with naming conventions for files.
Please useimport 'package:clever_ads_solutions/clever_ads_solutions.dart';
instead. - Removed the deprecated dependency
package_info_plus
.
Bug Fixes #
- [iOS] Fixed rare fatal error:
No bridge module
.
0.4.0 #
Features #
- Wraps Android and iOS 3.8.1 SDK
- Added
import 'package:clever_ads_solutions/clever_ads_solutions.dart';
which includes all package imports.
New ads networks support in closed beta #
- CASExchange - is a cutting-edge exchange platform designed to extend our SDK, enabling integration with Demand Side Platforms (DSPs).
- Ogury
- LoopMe
Bug Fixes #
- [Android] Fixed
IllegalArgumentException
from BannerView (#10)