Skip to content

Releases: fzyzcjy/flutter_rust_bridge

v1.80.1

02 Aug 01:03
Compare
Choose a tag to compare

v1.80.0

01 Aug 11:59
Compare
Choose a tag to compare
  • 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

18 Jul 12:38
Compare
Choose a tag to compare
  • 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

18 Jun 23:37
Compare
Choose a tag to compare
  • Translate tuples to records and enums to sealed classes #1238 (thanks @Desdaemon)

v1.77.1

30 May 12:03
Compare
Choose a tag to compare

v1.77.0

27 May 05:40
Compare
Choose a tag to compare

v1.76.0

24 May 13:59
Compare
Choose a tag to compare
  • Support Dart 3 and Flutter 3.10 (thanks @Zaitam for partial impl)

v1.75.3

11 May 02:55
Compare
Choose a tag to compare

v1.75.2

07 May 13:23
Compare
Choose a tag to compare
  • 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

20 Apr 00:52
Compare
Choose a tag to compare
  • Fix compile error when building frb_codegen w/o serde feature #1185 (thanks @phlip9)