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

A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.

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.8.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';
32
likes
130
pub points
90%
popularity

Publisher

verified publisherlabs.dart.dev

A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.

Repository (GitHub)
View/report issues
Contributing

Topics

#interop #ffi #java #kotlin #jni

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, collection, ffi, package_config, path, plugin_platform_interface

More

Packages that depend on jni