fast_ads 1.1.0
fast_ads: ^1.1.0 copied to clipboard
本地 Flutter 广告封装包,集成 google_mobile_ads,支持 Banner、插屏、激励、原生广告,内置广告池、优先级兜底、重试等高级特性。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fast_adsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fast_ads: ^1.1.0Alternatively, 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:fast_ads/fast_ads.dart';