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

PlatformAndroid

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 Flutter:

 $ flutter pub add shizuku_api_plugin

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

dependencies:
  shizuku_api_plugin: ^1.0.2

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: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
160
points
--
downloads
screenshot

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on shizuku_api_plugin

Packages that implement shizuku_api_plugin