uptick_ads 0.0.47 copy "uptick_ads: ^0.0.47" to clipboard
uptick_ads: ^0.0.47 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 Dart:

 $ dart pub add uptick_ads

With Flutter:

 $ flutter pub add uptick_ads

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

dependencies:
  uptick_ads: ^0.0.47

Alternatively, 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: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';
3
likes
0
points
15
downloads

Publisher

verified publisheruptick.com

Weekly Downloads

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 personalized offers based on specific placements and user data. It is designed to work on both Android and iOS platforms with minimal configuration.

Homepage

License

unknown (license)

Dependencies

build, build_runner, cached_network_image, flutter, http, mockito, plugin_platform_interface, provider, sentry_flutter, shared_preferences, shimmer, url_launcher

More

Packages that depend on uptick_ads

Packages that implement uptick_ads