refinery89_monetize_app 1.3.3-rc.1
refinery89_monetize_app: ^1.3.3-rc.1 copied to clipboard
The flutter plugin for the Refinery 89 Monetize App, supporting banner, outStream, interstitial (full-screen) and scrollable ads
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add refinery89_monetize_appWith Flutter:
$ flutter pub add refinery89_monetize_appThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
refinery89_monetize_app: ^1.3.3-rc.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:refinery89_monetize_app/r89_sdk.dart';
import 'package:refinery89_monetize_app/r89_sdk_ad_factory.dart';