jni 0.1.0 copy "jni: ^0.1.0" to clipboard
jni: ^0.1.0 copied to clipboard

outdated

Library to access JNI from dart and flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jni

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

dependencies:
  jni: ^0.1.0

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:jni/jni.dart';
45
likes
0
points
164k
downloads

Publisher

verified publisherlabs.dart.dev

Weekly Downloads

Library to access JNI from dart and flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, ffi, package_config, path, plugin_platform_interface

More

Packages that depend on jni