tree: f2c22be59710837d8c464a94b2513630160c4cad
  1. lib/
  2. test/
  3. .gitignore
  4. analysis_options.yaml
  5. LICENSE
  6. pubspec.yaml
  7. 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.