ipdsdk_android 1.0.120
ipdsdk_android: ^1.0.120 copied to clipboard
IPDSDK Android plugin. Support SplashAd\RewardVideo\InterstitialAd and other contents. Required Flutter version >=4.0.0 and SDK>=2.17.0.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ipdsdk_android
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ipdsdk_android: ^1.0.120
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:ipdsdk_android/event/event_action.dart';
import 'package:ipdsdk_android/event/event_type.dart';
import 'package:ipdsdk_android/event/ipd_event.dart';
import 'package:ipdsdk_android/event/ipd_flags.dart';
import 'package:ipdsdk_android/ipd_android.dart';
import 'package:ipdsdk_android/ipd_custom_controller.dart';
import 'package:ipdsdk_android/ipd_sdk_message_channel.dart';
import 'package:ipdsdk_android/view/ipd_banner_view.dart';
import 'package:ipdsdk_android/view/ipd_content_ad_view.dart';
import 'package:ipdsdk_android/view/ipd_draw_ad_view.dart';
import 'package:ipdsdk_android/view/ipd_native_express_view.dart';
import 'package:ipdsdk_android/view/ipd_news_ad_view.dart';
import 'package:ipdsdk_android/view/ipd_splash_view.dart';
import 'package:ipdsdk_android/view/ipd_tube_ad_view.dart';