-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support for inline arrays in structs #542
Labels
Comments
dcharkes
added
the
waiting-on-dart-ffi
Issues which are blocked by lacking suppport in dart:ffi
label
Aug 11, 2020
inline arrays in Structs is done. Cheers! |
We'll need to wait till the first dev-release (currently 2.13.0-59.0.dev) after Version 2.13.0-73.0.dev. |
This feature is available in beta now |
dcharkes
added
type-enhancement
A request for a change that isn't a bug
and removed
waiting-on-dart-ffi
Issues which are blocked by lacking suppport in dart:ffi
labels
Apr 16, 2021
We can remove our array workaround now 👌 |
I'll try to make a PR soon. |
No rush, Dart 2.13 is still in beta. |
parlough
pushed a commit
to parlough/native
that referenced
this issue
Apr 8, 2024
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Waiting on support for inline arrays in Structs in
dart:ffi
.Currently, we generate Array helpers as a workaround (Use
array-workaround: true
to enable), this will be replaced when proper inlinearray support arrives.
The text was updated successfully, but these errors were encountered: