zjsdk_android 2.5.23
zjsdk_android: ^2.5.23 copied to clipboard
ZJSdk Android plugin. 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 zjsdk_android
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zjsdk_android: ^2.5.23
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:zjsdk_android/bid/bid_adn_id.dart';
import 'package:zjsdk_android/bid/bid_failed_reason_code.dart';
import 'package:zjsdk_android/bid/bid_material_type.dart';
import 'package:zjsdk_android/event/event_action.dart';
import 'package:zjsdk_android/event/event_type.dart';
import 'package:zjsdk_android/event/zj_event.dart';
import 'package:zjsdk_android/event/zj_flags.dart';
import 'package:zjsdk_android/widget/zj_banner_view.dart';
import 'package:zjsdk_android/widget/zj_content_ad_view.dart';
import 'package:zjsdk_android/widget/zj_draw_ad_view.dart';
import 'package:zjsdk_android/widget/zj_native_express_view.dart';
import 'package:zjsdk_android/widget/zj_news_ad_view.dart';
import 'package:zjsdk_android/widget/zj_splash_view.dart';
import 'package:zjsdk_android/widget/zj_task_ad_view.dart';
import 'package:zjsdk_android/widget/zj_tube_ad_view.dart';
import 'package:zjsdk_android/zj_android.dart';
import 'package:zjsdk_android/zj_custom_controller.dart';
import 'package:zjsdk_android/zj_sdk_message_channel.dart';