rustbox_flutter 0.1.2
rustbox_flutter: ^0.1.2 copied to clipboard
Cross-platform Flutter FFI bindings for the RustBox proxy runtime, with precompiled native libraries and a typed lifecycle API.
0.1.2 #
- Documented the complete public Dart API, including lifecycle operations, snapshots, engine states, and stable exception categories.
- Updated package documentation to reference the current release.
0.1.1 #
- Removed unsupported macOS plugin packaging.
- Reduced the iOS XCFramework to the device-only arm64 slice to keep the package within pub.dev's archive size limit.
- Fixed iOS CocoaPods packaging for the vendored XCFramework.
0.1.0 #
- Initial public release of the RustBox Flutter FFI bindings.
- Added managed engine lifecycle APIs for create, start, reload, snapshot, stop, and idempotent close.
- Added typed exception categories and engine snapshots.
- Added Android, iOS, Linux, and Windows support through precompiled native libraries. macOS support is temporarily deferred.
- Standardized generated bindings and runtime on stable
flutter_rust_bridge2.12.0.