native_toolchain_rs 0.1.1
native_toolchain_rs: ^0.1.1 copied to clipboard
Rust support for Dart's Native Assets. Automatically builds and bundles your Rust code with your Dart code!
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2025-09-27 #
Changes #
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
native_toolchain_rs
- v0.1.1
- FIX: throw RustValidationException on bad toolchain, add unit tests (#11).
- FEAT: improve exception help messages (#12).
- FEAT: add exceptions to the public API (#8).
- DOCS: add reference to (WIP) examples directory (#14).
- DOCS: update package description (#13).
- DOCS: improve/clarify README (#10).
0.1.1 #
- FIX: throw RustValidationException on bad toolchain, add unit tests (#11).
- FEAT: improve exception help messages (#12).
- FEAT: add exceptions to the public API (#8).
- DOCS: add reference to (WIP) examples directory (#14).
- DOCS: update package description (#13).
- DOCS: improve/clarify README (#10).
2025-09-23 #
Changes #
Packages with breaking changes:
Packages with other changes:
- There are no other changes in this release.
native_toolchain_rs
- v0.1.0
- BREAKING FEAT: add working implementation.
0.1.0 #
Note: This release has breaking changes.
- BREAKING FEAT: add working implementation.