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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rewarded_ad_counter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rewarded_ad_counter: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rewarded_ad_counter/rewarded_ad_counter.dart';
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