JNI Interop for Dart
- Mentors
- Daco Harkes, Liam
- Organization
- Dart
- Technologies
- c, java, flutter, dart, jni
- Topics
- mobile development, code generation, Language Interop, Foreign Function Interfaces
This project aims to develop a JNI interop package, which allows to access Java APIs (on Both Android and JVM) from Dart code, and a wrapper generator which, given Java sources, generates JNI wrapper code in C and dart, thus enabling the programmer to use Java APIs from Dart idiomatically.