Releases: fzyzcjy/flutter_rust_bridge
Releases · fzyzcjy/flutter_rust_bridge
v1.60.0
- Refactors for
Boxed
and Option
(Refactors EnumRef
to make Option<FieldlessEnum>
work; Box<primitive>
and Option<Box<primitive>>
on WASM no longer allocates a Box, but receives a (nullable) value directly from Dart) #949 thanks @Desdaemon
v1.59.0
- Fix unexpected content in c output header #937 (thanks @dbsxdbsx)
v1.57.0
- Make sync mode support whatever types that classical async mode supports #882 (thanks @ngasull)
- docs: add Dart/Flutter library setup documentation #899 (thanks @GregoryConrad)
- Fix lookup symbol store dart post cobject #898 (thanks @Roms1383)