-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Description
Dart currently supports interop with C code via dart:ffi. We should investigate if we can provide similar interop with Objective C and Swift code.
This would be a supplement to Flutter's plugins, and would allow for calling into Objective C / Swift directly from Dart code, also from pure-Dart apps (such as CLI apps).
- Objective C interop, binary and source code: Has experimental support, see the example
- Swift interop, with source code access: Has experimental support, see the example
- Swift interop, binary/without source code access:
TODO
If you have any feedback and suggestions about this project, please comment below.
mit-mit, julemand101, andresaraujo, jhonatn, xvrh and 34 more
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