Open hhstore opened 3 years ago
官方文档:
with wasm:
with Java:
https://github.com/am15h/tflite_flutter_plugin
FFI示例
通用USB
扫描TWAIN
网络
看起来, 已经用 c interface 包裹了 c++ 功能. 应该可以直接 binding 给 dart 使用.
项目使用列表:
Dart Native 同步/异步交互示例:https://github.com/Sunbreak/native_interop.tour
Cronet的Flutter插件工程:https://github.com/Sunbreak/cronet_flutter
微信:wk2311007 我主要在做Flutter PC相关工作,有个FFI群可以多多交流~
Dart Native 同步/异步交互示例:https://github.com/Sunbreak/native_interop.tour
Cronet的Flutter插件工程:https://github.com/Sunbreak/cronet_flutter
微信:wk2311007 我主要在做Flutter PC相关工作,有个FFI群可以多多交流~
一个非常好的实现 appflowy system design,目前看起来 rust 表现最好,但可惜我不会 rust,一直没发现 go 有很好的多平台方案,cgo 本身已经不简单了...
一个非常好的实现 appflowy system design,目前看起来 rust 表现最好,但可惜我不会 rust,一直没发现 go 有很好的多平台方案,cgo 本身已经不简单了...
📖 Abstract:
C FFI
, 把C/C++/Rust
库 binding 成 Dart 库, 供 Dart 调用。💯 Related: