tree: c024bc46136fb6ae4db3b185c405fae74bd05424
  1. lib/
  2. test/
  3. .gitignore
  4. analysis_options.yaml
  5. AUTHORS
  6. CONTRIBUTING.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
pkgs/jni_gen/README.md

Build Status

Experimental generator for FFI+JNI bindings.

This package will generate JNI code to invoke Java from C, and Dart FFI bindings to invoke this C code. This enables calling Java code from Dart.

This is a GSoC 2022 project.