Skip to content

Releases: fzyzcjy/flutter_rust_bridge

v1.14.0

12 Jan 00:54
Compare
Choose a tag to compare
  • Separate generated definitions from implementations #298

v1.13.0

04 Jan 08:54
Compare
Choose a tag to compare
  • When running codegen, create folders for output paths if they don't exist #286 (thanks @SecondFlight)

v1.12.0

04 Jan 01:50
0d5d969
Compare
Choose a tag to compare
  • Redesign documentation and make it a mdBook #272
  • Remove syn dependency from macros to speed up #277 (thanks @Desdaemon)

v1.11.0

01 Jan 00:04
Compare
Choose a tag to compare

Happy new year!

  • Marker attributes for expressiveness #261 (thanks @Desdaemon)
  • Improvements #267 (thanks @Desdaemon): Resolve #265, Resolve #266, Fix attributes not working on enum variants, Add comments on enum variants and fields, (Internal) unify tuple and normal enum structs
  • Avoid user parameter collision in wire functions #270 (thanks @Desdaemon)

v1.10.0

30 Dec 01:07
Compare
Choose a tag to compare
  • Support enum structs (Rust's expressive enums with fields) #256 (thanks @Desdaemon)

v1.9.1

24 Dec 13:55
ea00393
Compare
Choose a tag to compare
  • Bump versions of dependencies

v1.9.0

07 Dec 04:09
Compare
Choose a tag to compare

v1.8.2

02 Dec 11:15
Compare
Choose a tag to compare
  • Fix bug that returning u32 from Rust results in wrong value received by Dart #234

v1.8.1

01 Dec 12:28
6368f77
Compare
Choose a tag to compare
  • Update example and doc.

(Remark: Should make a release, otherwise Post-Release CI fails)

v1.8.0

27 Nov 14:19
Compare
Choose a tag to compare
  • Add support for unit return type #198 (thanks @surban)
  • Add flutter example for macOS and add macOS instructions in README #211 (thanks @AlienKevin)