uptick_ads 0.2.2
uptick_ads: ^0.2.2 copied to clipboard
The Flutter Uptick SDK enables seamless integration of Uptick offers into your Flutter application. This plugin supports pop-up, inline, and popup_then_inline offers, allowing you to display personali [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add uptick_ads
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
uptick_ads: ^0.2.2
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:uptick_ads/flutter_uptick_plugin_interface.dart';
import 'package:uptick_ads/flutter_uptick_plugin_method_channel.dart';
import 'package:uptick_ads/flutter_uptick_sdk_view.dart';