-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Interop: Java/Kotlin #49674
Copy link
Copy link
Open
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Dart currently supports interop with C code via dart:ffi. We should investigate if we can provide similar interop with Java and Kotlin code.
This would be a supplement to Flutter's plugins, and would allow for calling into Java / Kotlin directly from Dart code, also from pure-Dart apps (such as CLI apps).