-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
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
provide extended examples and additional doco #29
Comments
I did actually get chrome to translate the blogs into english and it did a surprisingly good job. |
Providing API docs is our next task. But there are also breaking changes until |
At this point I more interested in the high level processes. How do you set a project, how do you generate code. How do you call a function, How do you create a callback. I would also guess than even with the ffi changes the api you are generating won't change much as the ffi calls should be buried in your code. |
Also what options to use when creating the flutter project. I'm guessing as there is no object-c code in the project we can just create it as a package rather than a plugin. |
Most technical solutions can be found in my blogs: http://yulingtianxia.com/tags/DartNative/ |
Codegen of DartNative wants to change all system/third-part SDK to Flutter package/plugin. |
The blogs are a little lacking in detail. Really need to see more examples with an explanation of what is going on. |
I'm considering using dart native however there appears to be only minimal documentation and only trivial examples.
Are you able to provide some extended examples that call common iOS/Android funtions including examples that deal with callbacks and a variety of data types.
I note that there are a number of blogs written in Chinese, English translations of these will enable a far greater audience.
The text was updated successfully, but these errors were encountered: