Skip to content

Releases: fzyzcjy/flutter_rust_bridge

v2.0.0-dev.35

20 May 12:26
Compare
Choose a tag to compare

v2.0.0-dev.34

18 May 14:22
Compare
Choose a tag to compare

v2.0.0-dev.33

06 May 06:45
Compare
Choose a tag to compare

v2.0.0-dev.32

16 Apr 00:17
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 self in non-opaque case (&self already supported before) #1880
  • Support &SomeStructOrEnum in non-opaque case (SomeStructOrEnum already supported before) #1880
  • Support &str type (String already supported before) #1880
  • Support instance and static methods for enums without fields #1879
  • Revert stream default semantics to not wait for Rust function execution #1877
  • Allow users to customize whether to await for Rust function for streams #1877
  • Hint users when a type is automatically inferred as both opaque and non-opaque #1876
  • Add check to ensure Rust and Dart has in-sync generated code #1878

v2.0.0-dev.31

10 Apr 00:54
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 methods in external crates #1861
  • Support inserting arbitrary Dart code #1860
  • Support disabling default Hash/Eq generation #1860
  • Support passing stream object at arbitrary location and arbitrary amount #1867
  • Let Rust function finish execution before returning stream object #1867
  • Support cases when using Rust conditional compilation #1856
  • Fix not exporting some struct types needed for customizing handlers #1865
  • Fix ignoring user-provided custom handler objects #1865
  • Fix ReceivePort is not closed when subscription is cancelled before Rust closes the stream #1857

v2.0.0-dev.30

04 Apr 12:12
Compare
Choose a tag to compare

v2.0.0-dev.29

31 Mar 12:21
Compare
Choose a tag to compare

v2.0.0-dev.28

10 Mar 13:59
Compare
Choose a tag to compare

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