uptick_ads 0.2.2 copy "uptick_ads: ^0.2.2" to clipboard
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 [...]

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:uptick_ads_example/home_page.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  //await FlutterUptickPlugin.initSentry();
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        debugShowCheckedModeBanner: false,
        theme: ThemeData(
          useMaterial3: false,
        ),
        home: const HomePage());
  }
}
3
likes
120
points
70
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

Documentation

API reference

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