Skip to content

Releases: fzyzcjy/flutter_rust_bridge

v2.0.0-dev.27

07 Mar 23:43
Compare
Choose a tag to compare

v2.0.0-dev.26

05 Mar 04:46
Compare
Choose a tag to compare

v2.0.0-dev.25

26 Feb 00:48
Compare
Choose a tag to compare
  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Generate decl of store_dart_post_cobject when full_dep enabled #1773 (thanks @Berrysoft)
  • Support type Self (originally needs to specify the concrete type, now can use this shortcut) #160
  • Provide hints when struct/enum is never used #1763
  • Improve hints when types are exported but not used #1779
  • Auto understand when user structs have name conflict with builtin types #1782
  • Fix when non-enum + specify default value + dart_enums_style being true #1780
  • Fix Vec<Uuid> error when using CST codec (the SSE codec does not have this bug) #1762
  • Fix build-web cannot find Dart program in some platforms #1758

v2.0.0-dev.24

08 Feb 06:09
Compare
Choose a tag to compare

v2.0.0-dev.23

06 Feb 08:13
Compare
Choose a tag to compare

v2.0.0-dev.22

25 Jan 05:12
Compare
Choose a tag to compare
  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Automatically upgrade flutter_rust_bridge Dart/Rust runtime versions when running generate #1704
  • Fix failure of formatting Dart code when path is too long #1702
  • Add checks when build_runner needs to be a dependency #1695
  • Fix generated code is breaking cargo test because of its doc-test contains a moved import #1706
  • Add uuid and chrono for SSE codec (the CST/DCO codec already supports it) #169
  • Add example using build.rs #1696
  • Add doc about movement of things like StreamSink #1703
  • Add tests and doc about multiple Dart Isolates #1699

v2.0.0-dev.21

19 Jan 12:26
Compare
Choose a tag to compare
  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Support more fine-grained rust-auto-opaque #1680
  • Add RustAutoOpaque as an extra alternative approach to fully automatic arbitrary types #1679
  • Fix when primitive enums + has custom discriminator values + using SSE codec #1677
  • Fix when StreamSink + rust-auto-opaque types #1682
  • Fix when using types in external crate and use HashMap to contain it (continue from @aran's PR) #1684
  • Add doc to explain how to configure ios build system to avoid "linker undefined symbols" #1678
  • Improve comments for generated code #1685

v2.0.0-dev.20

16 Jan 01:24
Compare
Choose a tag to compare

v2.0.0-dev.19

14 Jan 01:11
Compare
Choose a tag to compare

v2.0.0-dev.18

13 Jan 00:35
Compare
Choose a tag to compare