blob: a9be6560617d7b4d27c92ce524f79d5e2ef7d5be [file] [view]
[![Build Status](https://github.com/dart-lang/jni_gen/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/jni_gen/actions?query=workflow%3A%22Dart+CI%22+branch%3Amain)
## jni_gen
This project intends to provide 2 packages to enable JNI interop from Dart & Flutter. Currently this package is highly experimental.
| Package | Description |
| ------- | --------- |
| [jni](jni/) | Ergonomic C bindings to JNI C API and several helper methods |
| [jni_gen](jni_gen/) | Tool to generate Dart bindings to Java code using FFI |
This is a work-in-progress project under Google Summer of Code 2022 program.