bwt_ad_flutter 0.1.7 copy "bwt_ad_flutter: ^0.1.7" to clipboard
bwt_ad_flutter: ^0.1.7 copied to clipboard

BWT广告SDK的Flutter插件,该插件可以帮助您更加简单、便捷、快速的集成BWT的安卓、iOS原生广告SDK。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bwt_ad_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bwt_ad_flutter: ^0.1.7

Alternatively, 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:bwt_ad_flutter/BwtAdCore.dart';
import 'package:bwt_ad_flutter/ad/BwtAd.dart';
import 'package:bwt_ad_flutter/ad/BwtExpressAd.dart';
import 'package:bwt_ad_flutter/ad/BwtNativeExpressAd.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/BwtNativeExpressAdLoader.dart';
import 'package:bwt_ad_flutter/ad/loader/BwtSplashAdLoader.dart';
import 'package:bwt_ad_flutter/ad/widget/BwtAdWidget.dart';
import 'package:bwt_ad_flutter/ad/widget/BwtNativeExpressAdWidget.dart';
import 'package:bwt_ad_flutter/et/BwtAdLogType.dart';
import 'package:bwt_ad_flutter/manager/BwtAdManager.dart';
import 'package:bwt_ad_flutter/util/UuidUtil.dart';
1
likes
130
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

BWT广告SDK的Flutter插件,该插件可以帮助您更加简单、便捷、快速的集成BWT的安卓、iOS原生广告SDK。

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bwt_ad_flutter