flu_vcc_ads 1.0.0
flu_vcc_ads: ^1.0.0 copied to clipboard
A Flutter plugin for integrating VCCorp/Admicro native advertising (Android & iOS) via platform channels and PlatformViews.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flu_vcc_adsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flu_vcc_ads: ^1.0.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:flu_vcc_ads/flu_vcc_ads.dart';