rust_lib_bls_dart 0.0.3
rust_lib_bls_dart: ^0.0.3 copied to clipboard
Native cargokit build helper for bls_dart. Compiles the blst BLS12-381 Rust library for Android, iOS, macOS, Linux and Windows.
0.0.3 #
- Bundle Rust source inside the published package so cargokit can compile on consumer machines
- Fix platform build config paths (
../../rust→../rust) that broke when consumed from pub.dev - Exclude
rust/target/build artifacts from published package
0.0.2 #
- Fixed
.pubignorethat excluded platform directories (ios/,android/,macos/,linux/,windows/) from the published package - iOS/macOS podspecs and Android/Linux/Windows build configs are now correctly included
0.0.1 #
- Initial release.
- Cargokit native build plugin for bls_dart.
- Compiles the blst BLS12-381 Rust library for Android, iOS, macOS, Linux and Windows via flutter_rust_bridge.