tree: 0ac5c11d09449d26898b43959e169c7f38e92953
  1. bin/
  2. cmake/
  3. java/
  4. lib/
  5. test/
  6. .gitignore
  7. analysis_options.yaml
  8. LICENSE
  9. pubspec.yaml
  10. README.md
pkgs/jni_gen/README.md

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.