bwt_ad_flutter 0.0.3
bwt_ad_flutter: ^0.0.3 copied to clipboard
BWT广告SDK Flutter版本
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bwt_ad_flutterWith Flutter:
$ flutter pub add bwt_ad_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bwt_ad_flutter: ^0.0.3Alternatively, 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:bwt_ad_flutter/BwtAdCore.dart';
import 'package:bwt_ad_flutter/ad/BwtAd.dart';
import 'package:bwt_ad_flutter/ad/loader/BwtAdLoader.dart';
import 'package:bwt_ad_flutter/ad/loader/BwtInterstitialAdLoader.dart';
import 'package:bwt_ad_flutter/ad/loader/BwtSplashAdLoader.dart';
import 'package:bwt_ad_flutter/manager/BwtAdManager.dart';
import 'package:bwt_ad_flutter/util/UuidUtil.dart';