native_toolchain_zig 0.2.0
native_toolchain_zig: ^0.2.0 copied to clipboard
Zig support for Dart's build hooks. Automatically builds and bundles your Zig code with your Dart/Flutter application.
0.2.0 #
- Add a Zig source generator that emits Dart
@NativeFFI bindings from exported Zig declarations. - Add a
dart run native_toolchain_zig:zig bindingsCLI with optional watch mode. - Bundle a Zig metadata dumper used by the generator instead of relying on Zig's currently unavailable header emission.
- Bump SDK version to 3.13.0.
- Bump dependencies.
0.1.1 #
- Fix
FormatException: Positive input exceeds the limit of integerwhen parsing.fingerprintinbuild.zig.zon.
0.1.0 #
- Initial version.