Releases: fzyzcjy/flutter_rust_bridge
Releases · fzyzcjy/flutter_rust_bridge
v1.22.1
- Improve dart analyzer ignores
v1.22.0
- Make mirroring work for more use cases: tuple structs, enum variants, wrapping in Vec and Optional #359 (thanks @Unoqwy)
- Bump dependency versions
v1.21.0
- CLI improvements: Run
build_runner
automatically, and more flags #363 (thanks @Desdaemon)
- Disable import parsing in source_graph #364 (thanks @SecondFlight)
v1.20.1
- More code comments and CI related to Corrosion #358 (thanks @Desdaemon)
v1.20.0
- Add struct mirrors to use external types #352 (thanks @Unoqwy)
- Add examples to documentation
v1.19.1
- Documentation overhaul (thanks @Desdaemon as well)
v1.18.0
- Refactor to beautify the implementation #338
v1.17.0
- Support bridging functions with return types other than
Result
#335 (thanks @antonok-edm)