Flutter Rust Bridge Versions Save

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.

v2.0.0-dev.23

3 months ago

v2.0.0-dev.22

4 months ago
  • 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

4 months ago
  • 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

4 months ago
  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Fix module parsing when two modules have the same name #1664 (thanks @alanlzhang)
  • Fix integrate command's default template has rust_lib hardcoded instead of custom names #1669
  • Support Vec<Vec<u8>> for CST/DCO codec (SSE codec already supports it) #1663
  • Make LLVM dependency optional #1666
  • Add checks of versions #1667

v2.0.0-dev.19

4 months ago

v2.0.0-dev.18

4 months ago

v2.0.0-dev.17

4 months ago

v2.0.0-dev.16

4 months ago

v2.0.0-dev.15

4 months ago

v2.0.0-dev.14

4 months ago