native_toolchain_rust 0.1.0-dev.6 native_toolchain_rust: ^0.1.0-dev.6 copied to clipboard
Library to interact with rustup and cargo when building Dart and Flutter native assets written in Rust.
0.1.0-dev.5 #
- FIX: build on iOS failing for crates with build script (#18).
0.1.0-dev.4 #
Note: This release has breaking changes.
- FIX: use OS.executableFileName rather than hardcoding the extension (#5).
- FIX: wording.
- FIX: tweak message.
- FIX: android build fixes.
- FEAT: allow overriding asset name (#13).
- FEAT: add build tests (#3).
- FEAT: write error message to stderr.
- DOCS: wording.
- DOCS: singular.
- DOCS: update example link.
- BREAKING FEAT: update native_assets_cli version.
- BREAKING FEAT: rename ignoreMissingNativeManifest to useNativeManifest (#6).
0.1.0-dev.2 #
- FEAT: add flutter package example.
- FEAT: add dart example + refactor.
- FEAT: add native_doctor.
- DOCS: improve documentation (#2).
0.1.0 #
- Initial release