adquanta_ads_sdk 0.0.1
adquanta_ads_sdk: ^0.0.1 copied to clipboard
AdQuanta Ads SDK for Flutter - 专业的移动广告聚合SDK
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add adquanta_ads_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
adquanta_ads_sdk: ^0.0.1Alternatively, 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:adquanta_ads_sdk/adquanta_ads_sdk.dart';