zjsdk_android 2.4.230 copy "zjsdk_android: ^2.4.230" to clipboard
zjsdk_android: ^2.4.230 copied to clipboard

ZJSdk Android plugin. Required Flutter version >=3.0.0 and SDK>=2.17.0.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zjsdk_android

With Flutter:

 $ flutter pub add zjsdk_android

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

dependencies:
  zjsdk_android: ^2.4.230

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: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';
2
likes
0
points
223
downloads

Publisher

unverified uploader

Weekly Downloads

ZJSdk Android plugin. Required Flutter version >=3.0.0 and SDK>=2.17.0.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on zjsdk_android

Packages that implement zjsdk_android