rewarded_ad_counter 0.0.3
rewarded_ad_counter: ^0.0.3 copied to clipboard
A stateful Flutter package to manage, count, and persist multiple AdMob rewarded ad views. Easily implement 'watch X ads to unlock' monetization mechanics.
0.0.3 #
- Fix iOS podspec: unescaped single quotes in
s.summarybrokepod install; podspec version now matches pubspec.
0.0.2 #
- Restrict platform support to Android and iOS (removed linux, macOS, windows and web).
- Document 100% of the public API (
public_member_api_docslint enabled).
0.0.1 #
- Initial release: rewarded ad counter with 'watch X ads to unlock' monetization.
RewardedAdCounterConfigto configure product ID, reward times (1-5), reward days, ad unit IDs per platform, button colors and all UI strings.RewardedAdCounterPagewith rewarded ads card first and Pro purchase card below.RewardedAdCounterControllermanaging rewarded ads, IAP purchase/restore and persisted progress viashared_preferences.RewardedAdCounterEntryButtonto open the page from any widget.