gromore_ads 1.0.1
gromore_ads: ^1.0.1 copied to clipboard
GroMore 广告聚合 Flutter 插件,提供开屏、插屏、横幅、激励视频等广告能力。
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add gromore_adsWith Flutter:
$ flutter pub add gromore_adsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
gromore_ads: ^1.0.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:gromore_ads/gromore_ads.dart';