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

PlatformAndroid

A library to access Flutter Android specific APIs from Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jni_flutter

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

dependencies:
  jni_flutter: ^1.0.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_flutter/jni_flutter.dart';
1
likes
150
points
72.6k
downloads

Documentation

API reference

Publisher

verified publisherdart.dev

Weekly Downloads

A library to access Flutter Android specific APIs from Dart.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

flutter, jni

More

Packages that depend on jni_flutter

Packages that implement jni_flutter