flutter_monetization_kit 0.0.3
flutter_monetization_kit: ^0.0.3 copied to clipboard
A Flutter plugin that provides a unified and easy-to-use API for Google Mobile Ads and in-app purchases on Android and iOS.
0.0.3 #
- Added
loadAndShowconvenience method to all full-screen ad managers. - Added support for
customLoadingWidgetin all full-screen ad managers. - Standardized interaction patterns:
Preload,Show(from cache), andLoadAndShow. - Added support for dark mode and customizable loading dialogs.
- Rewrote Native Ad documentation to match the latest implementation.
- Renamed main library to
flutter_monetization_kit.dartfor better package compliance. - Fixed deprecation warnings and cleaned up test boilerplate.
0.0.2 #
- Fixed deprecation warnings for
withOpacityby usingwithValues. - Fixed deprecation warnings for
Color.valueby usingtoARGB32(). - Cleaned up boilerplate test code in Dart and Kotlin.
0.0.1 #
- Initial release of the Flutter Monetization Kit.