dart-lang / native

Dart packages related to FFI and native assets bundling.
BSD 3-Clause "New" or "Revised" License
117 stars 40 forks source link

Add documentation to make it easier for developers to use #553

Open mariamhas opened 11 months ago

mariamhas commented 11 months ago

Add more specific documentation regarding the features and how to best to leverage JNIgen within their Dart and Flutter applications.

The documentation should include:

mariamhas commented 10 months ago

we should include in our docs how someone could do manually set that the calls generated are async. from the 1P customer perspective... having this as a boolean would make it easier but for mvp we should alteast have a way for developers to do it manually.