easy_admob_ads_flutter 2.0.1
easy_admob_ads_flutter: ^2.0.1 copied to clipboard
A simple and flexible Flutter package to integrate AdMob ad formats with minimal setup.
2.0.1 #
- Fixed static analysis lint issues.
- Applied Dart formatting for improved pub.dev quality score.
2.0.0 #
- Breaking: Rewritten package architecture.
EasyAdMobAdsis now the single entry point/facade, replacingAdmobService,AdHelper, andAdIdRegistry. - Breaking:
AdmobConfigreplaced byEasyAdsConfig. - Breaking: Ad widgets renamed for consistency:
AdmobBannerAd→EasyBannerAd,AdmobInterstitial→EasyInterstitialAd,AdmobRewardedAd→EasyRewardedAd,AdmobRewardedInterstitialAd→EasyRewardedInterstitialAd,AdmobNativeAd→EasyNativeAd,AdmobAppOpenAd→EasyAppOpenAd. - Breaking:
AdmobConsentManagerreplaced byEasyConsentManager; App Tracking Transparency handling split out into a newEasyAttManager. - Added
AdConfigDiagnosticsto help validate ad unit/config setup. - Added internal retry/cooldown handling (
AdRetryScheduler,AdCooldownTracker) for more resilient ad loading. - Added
connectivity_plusdependency and now re-exportsloggingandTrackingStatusfromapp_tracking_transparency. - Migrated the example app's iOS project from CocoaPods to Swift Package Manager.
1.0.4 #
- Dependencies updated:
google_mobile_ads
1.0.3 #
- Dependencies updated:
google_mobile_adsandshared_preferences
1.0.2 #
- Dependencies updated:
google_mobile_adsandshared_preferences
1.0.1 #
- Removed the loading spinner for both banner and native ads
1.0.0 #
- Updated GDPR Settings Button in README
0.0.9 #
- Added support for Immersive Mode on Android: Interstitial ads, Rewarded ads, Rewarded interstitial ads
- Fixed
AdState: Added disabled state whenshowAds = falseglobally
0.0.8 #
- Added Collapsible feature for Banner Ads
0.0.7 #
- Fixed App Open Ad issue with real background time difference check
0.0.6 #
- Removed test ID bug
- Updated README.md
- Added consent handling with global
isPrivacyOptionRequiredvariable - Added
loggingpackage
0.0.5 #
- Files formatted
0.0.4 #
- Added screenshots to README.md
0.0.3 #
- Added screenshots and improved Example App UI
0.0.2 #
- Added GDPR Consent
0.0.1 #
- Added
google_mobile_ads: ^6.0.0andshared_preferences: ^2.5.3 - Added ad formats: Banner, Interstitial, Rewarded, Rewarded Interstitial, App Open, Native
