novvy_ads 1.0.0-beta.33
novvy_ads: ^1.0.0-beta.33 copied to clipboard
Flutter plugin for Novvy Ads SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add novvy_adsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
novvy_ads: ^1.0.0-beta.33Alternatively, 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:novvy_ads/novvy_ads.dart';