admob_ads_manager 1.0.1
admob_ads_manager: ^1.0.1 copied to clipboard
A simplified Flutter package for AdMob ads integration with support for Banner, Native, Interstitial, Rewarded, and AppOpen ads.
1.0.1 #
- Added automatic AppOpen ads feature
- New
enableAutoAppOpen()method to show AppOpen ads when app comes to foreground - New
disableAutoAppOpen()method to disable automatic AppOpen ads - New
isAutoAppOpenEnabledgetter to check auto AppOpen status - Added
minIntervalSecondsparameter to control frequency of auto AppOpen ads - Updated example app to demonstrate auto AppOpen ads feature
- Updated documentation with auto AppOpen ads usage
1.0.0 #
- Initial release
- Support for Banner Ads with customizable sizes and styling
- Support for Native Ads with three style options (card, minimal, full)
- Support for Interstitial Ads with auto-reload
- Support for Rewarded Ads with reward callbacks
- Support for AppOpen Ads with overlap prevention
- Automatic ad preloading and reloading
- Test mode support for development
- Debug logging for ad events
- Built on google_mobile_ads ^7.0.0
- Full AdMob mediation support