Releases: fzyzcjy/flutter_rust_bridge
Releases · fzyzcjy/flutter_rust_bridge
v1.41.1
- Fix bug with conflicting names in enum name and variant #604 (thanks @Roms1383)
v1.38.2
- Run build_runner either for Dart or Flutter #599 (thanks @Roms1383)
v1.38.1
- Fix case when returning a struct with a method in a non method function #587 (thanks @lattice0)
v1.38.0
- Support methods, such that Rust struct impls can be converted to Dart class methods #543 (thanks @lattice0)
v1.37.2
- Fix compile errors when using enums within fields #564 (thanks @Desdaemon)
v1.37.1
- Update doc #552 (thanks @dbsxdbsx)
- Bump dart release since previous one did not release successfully