shizuku_api_plugin 1.0.0 copy "shizuku_api_plugin: ^1.0.0" to clipboard
shizuku_api_plugin: ^1.0.0 copied to clipboard

Shizuku API is the API provided by Shizuku and Sui. With Shizuku API, you can call your Java/JNI code with root/shell (ADB) identity.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shizuku_api_plugin

With Flutter:

 $ flutter pub add shizuku_api_plugin

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

dependencies:
  shizuku_api_plugin: ^1.0.0

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:shizuku_api_plugin/shizuku_api.dart';
import 'package:shizuku_api_plugin/shizuku_api_method_channel.dart';
import 'package:shizuku_api_plugin/shizuku_api_platform_interface.dart';
1
likes
0
points
127
downloads

Documentation

Documentation

Publisher

verified publishernoob-coder.com

Weekly Downloads

Shizuku API is the API provided by Shizuku and Sui. With Shizuku API, you can call your Java/JNI code with root/shell (ADB) identity.

Repository (GitHub)
View/report issues

Topics

#shizuku-api #adb #shell #root #system

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on shizuku_api_plugin

Packages that implement shizuku_api_plugin