rt_ads_plugin 1.1.11
rt_ads_plugin: ^1.1.11 copied to clipboard
A custom google_mobile_ads package designed to be user-friendly and optimized for better performance. Developed and maintained by RAWTECH.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rt_ads_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
rt_ads_plugin: ^1.1.11
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:rt_ads_plugin/rt_ads_plugin.dart';