Releases: fzyzcjy/flutter_rust_bridge
Releases · fzyzcjy/flutter_rust_bridge
v2.0.0-dev.0
- Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
- The 2.0.0-dev.0 will contain bugs and missing features, because I have to have a real (pre-)release before I can start working on the last part of tests and functionalities. So it is a chicken-and-egg problem ;) But I expect 2.0.0-dev.2 (or -dev.3) to be stable.
v1.82.6
v1.82.5
v1.82.4
v1.82.3
v1.82.2
v1.82.1
v1.82.0
- Support for Result<T, E> with exception throwing on Dart (thanks @lattice0, @SiongSng, @JustSimplyKyle)
- Fix invalid sdk spec syntax #1331 (thanks @aran)
- Document some common android fixes #1335 (thanks @powpingdone)
- Add support of
Vec<bool>
(thanks @NightFeather0615) - Update ffigen version (thanks @aran)