We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有一些 API 是 C 函数,理论上可以自动生成 Dart 接口。 需要注意的是,需要 Native Header 文件暴露接口,可以参考 dart_native 中 _dispatch_get_main_queue 的实现,生成一层封装并通过 DN_EXTERN 暴露。或者想个更牛逼的解决方案,嗯。
_dispatch_get_main_queue
DN_EXTERN
The text was updated successfully, but these errors were encountered:
No branches or pull requests
有一些 API 是 C 函数,理论上可以自动生成 Dart 接口。
需要注意的是,需要 Native Header 文件暴露接口,可以参考 dart_native 中
_dispatch_get_main_queue
的实现,生成一层封装并通过DN_EXTERN
暴露。或者想个更牛逼的解决方案,嗯。The text was updated successfully, but these errors were encountered: