rewarded_ad_counter 0.0.3 copy "rewarded_ad_counter: ^0.0.3" to clipboard
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.summary broke pod 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_docs lint enabled).

0.0.1 #

  • Initial release: rewarded ad counter with 'watch X ads to unlock' monetization.
  • RewardedAdCounterConfig to configure product ID, reward times (1-5), reward days, ad unit IDs per platform, button colors and all UI strings.
  • RewardedAdCounterPage with rewarded ads card first and Pro purchase card below.
  • RewardedAdCounterController managing rewarded ads, IAP purchase/restore and persisted progress via shared_preferences.
  • RewardedAdCounterEntryButton to open the page from any widget.
1
likes
160
points
218
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A stateful Flutter package to manage, count, and persist multiple AdMob rewarded ad views. Easily implement 'watch X ads to unlock' monetization mechanics.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, google_mobile_ads, in_app_purchase, plugin_platform_interface, shared_preferences

More

Packages that depend on rewarded_ad_counter

Packages that implement rewarded_ad_counter