File tree 4 files changed +13
-37
lines changed 4 files changed +13
-37
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- [ ![ 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 )
2
-
3
1
# Experimental generator for FFI+JNI bindings.
4
2
5
3
This package will generate JNI code to invoke Java from C, and Dart FFI bindings to invoke this C code.
Original file line number Diff line number Diff line change
1
+ [ ![ 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 )
2
+
3
+ ## jni_gen
4
+
5
+ This project intends to provide 2 packages to enable JNI interop from Dart & Flutter.
6
+
7
+ | Package | Description |
8
+ | ------- | --------- |
9
+ | [ jni] ( jni/ ) | Ergonomic C bindings to JNI C API and several helper methods |
10
+ | [ jni_gen] ( jni_gen/ ) | Tool to generate Dart bindings to Java code using FFI |
11
+
12
+ This is a work-in-progress project under Google Summer of Code 2022 program.
13
+
You can’t perform that action at this time.
0 commit comments