thinkup_sdk 1.0.6 copy "thinkup_sdk: ^1.0.6" to clipboard
thinkup_sdk: ^1.0.6 copied to clipboard

ThinkUp SDK Flutter Plugin for Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add thinkup_sdk

With Flutter:

 $ flutter pub add thinkup_sdk

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

dependencies:
  thinkup_sdk: ^1.0.6

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:thinkup_sdk/anythink_sdk.dart';
import 'package:thinkup_sdk/at_banner.dart';
import 'package:thinkup_sdk/at_banner_response.dart';
import 'package:thinkup_sdk/at_base_response.dart';
import 'package:thinkup_sdk/at_common.dart';
import 'package:thinkup_sdk/at_download_response.dart';
import 'package:thinkup_sdk/at_index.dart';
import 'package:thinkup_sdk/at_init.dart';
import 'package:thinkup_sdk/at_init_response.dart';
import 'package:thinkup_sdk/at_interstitial.dart';
import 'package:thinkup_sdk/at_interstitial_response.dart';
import 'package:thinkup_sdk/at_listener.dart';
import 'package:thinkup_sdk/at_native.dart';
import 'package:thinkup_sdk/at_native_response.dart';
import 'package:thinkup_sdk/at_platformview/at_banner_platform_widget.dart';
import 'package:thinkup_sdk/at_platformview/at_native_platform_widget.dart';
import 'package:thinkup_sdk/at_rewarded.dart';
import 'package:thinkup_sdk/at_rewarded_response.dart';
import 'package:thinkup_sdk/at_splash.dart';
import 'package:thinkup_sdk/at_splash_response.dart';
0
likes
0
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

ThinkUp SDK Flutter Plugin for Android and iOS.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on thinkup_sdk

Packages that implement thinkup_sdk