-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dart FFI: Binding C/C++/Go/Rust Libs For Dart #242
Comments
C + FFI => dart案例:
|
C++ + FFI => dart问题:待实践的项目:
|
Go + FFI => dart
一些讨论:方案:mobile:
desktop:项目实践:go 的其他方案: |
Dart Native 同步/异步交互示例:https://github.com/Sunbreak/native_interop.tour Cronet的Flutter插件工程:https://github.com/Sunbreak/cronet_flutter 微信:wk2311007 |
rust + ffi + dart: |
一个非常好的实现 appflowy system design,目前看起来 rust 表现最好,但可惜我不会 rust,一直没发现 go 有很好的多平台方案,cgo 本身已经不简单了... |
|
📖 Abstract:
C FFI
, 把C/C++/Rust
库 binding 成 Dart 库, 供 Dart 调用。💯 Related:
The text was updated successfully, but these errors were encountered: