Releases: fzyzcjy/flutter_rust_bridge
Releases · fzyzcjy/flutter_rust_bridge
v1.80.0
- Reinforce error handling and reduce usage of panic in codegen #1298 (thanks @Desdaemon)
- fix: sync return with Freezed metadata #1304 (thanks @SiongSng)
v1.79.0
- Update example tab on pub.dev and remove low-quality dependency #1263
- Adjust type constraints to allow mirror types in Streams #1285 (thanks @MnlPhlp)
v1.78.0
- Translate tuples to records and enums to sealed classes #1238 (thanks @Desdaemon)
v1.76.0
- Support Dart 3 and Flutter 3.10 (thanks @Zaitam for partial impl)
v1.75.2
- Warn user about using lib.rs as a Rust input #1193 (thanks @erikas-taroza)
- Allow enum member in struct, and fix enum errors in dart strict dynamic checker #1202 (thanks @alanlzhang)
v1.75.1
- Fix compile error when building frb_codegen w/o serde feature #1185 (thanks @phlip9)