monetization_kit 1.0.0
monetization_kit: ^1.0.0 copied to clipboard
A complete Flutter monetization toolkit with AdMob ads, native ads, Firebase Analytics, Crashlytics, Remote Config, force updates, and utilities for production apps.
1.0.0 #
First stable release.
Changed #
- Promoted the package to its first stable version — the public API is now considered stable.
- Polished documentation with demo app screenshots, updated installation instructions, and a full feature overview.
No breaking changes from 0.0.4. All ad, Firebase, force update, and feedback
functionality is unchanged.
0.0.4 #
Changed #
- Converted package to a Flutter plugin for Android and iOS.
- Built in native ad factory registration for
customNativeAd,customNativeAdSmall, andfullscreenNativeAd. - Added Android Kotlin native ad factories and plugin-owned native ad layouts.
- Added iOS Swift native ad factories.
- Updated native setup docs because app projects no longer need to copy native factory files manually.
0.0.3 #
Initial release.
Added #
- Firebase Core initialization
- Firebase Analytics support
- Firebase Crashlytics support
- Firebase Remote Config support
- Banner Ads
- Collapsible Banner Ads
- Interstitial Ads
- Rewarded Ads
- App Open Ads
- App Resume Ads
- Native Ads
- Native Popup Ads
- Native Ad Cache Manager
- Ad Preload Manager
- Ad Frequency Manager
- Global Ad Controller
- Force Update Service
- Android in-app update support
- iOS App Store update support
- Default shimmer ad placeholders
- Smart ad fallback flow
- Internal native ad reference files for Android and iOS
- Added Discord webhook feedback service.
- Added modern feedback screen.
- Added optional screenshot attachment support.
- Added automatic device and app info collection for feedback.
- Added fullscreen native timer ad with progress bar.