rt_ads_plugin 1.0.5
rt_ads_plugin: ^1.0.5 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 Dart:
$ dart pub add rt_ads_pluginWith Flutter:
$ flutter pub add rt_ads_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rt_ads_plugin: ^1.0.5Alternatively, 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:rt_ads_plugin/rt_ads_plugin.dart';