Write documentation or tutorials for dart:ffi
We might also need a tutorial on binding to Android/iOS libraries within Flutter.
We should also take care to document (or link to documentation for) the dlopen/LoadLibraryW behaviors, since they have already confused some users. For example:
/cc @mkustermann
We need to flip the switch to turn on the API docs when the API is sufficiently stable.
/cc @kwalrath
@kwalrath is there anything that needs to happen on the documentation side before D26?
Otherwise we can flip the switch to turn on the API docs.
Removing D26 milestone since this is not blocking the release.
@kwalrath is there anything that needs to happen on the documentation side before D26?
Not to my knowledge. @mit-mit would be the judge.
Otherwise we can flip the switch to turn on the API docs.
SGTM. I'd like to be able to point to them.
Okay, I'll flip the switch after https://dart-review.googlesource.com/c/sdk/+/121427 and https://dart-review.googlesource.com/c/sdk/+/121708 then.
API docs are generated already: $ tools/bots/dart_sdk.py api_docs -n try generates docs in out/ReleaseX64/gen-dartdocs/dart-ffi/dart-ffi-library.html.
Most helpful comment
We might also need a tutorial on binding to Android/iOS libraries within Flutter.