Skip to content

Commit b2f7def

Browse files
authored
[jnigen] Top level project information files (#6)
1 parent 4b14d34 commit b2f7def

File tree

4 files changed

+13
-37
lines changed

4 files changed

+13
-37
lines changed

pkgs/jni_gen/AUTHORS

Lines changed: 0 additions & 6 deletions
This file was deleted.

pkgs/jni_gen/CONTRIBUTING.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

pkgs/jni_gen/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
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-
31
# Experimental generator for FFI+JNI bindings.
42

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

pkgs/jnigen/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+

0 commit comments

Comments
 (0)