Sign in
dart
/
native.git
/
2a39260b
/
.
/
pkgs
/
jnigen
/
README.md
blob: d0f047461392e8b557d0ff39aca1c76bc93dbc27 [
file
] [
view
]
# 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
.