Releases: fzyzcjy/flutter_rust_bridge
Releases · fzyzcjy/flutter_rust_bridge
v1.29.0
- Make code generator a lib to be used in build.rs; add error types for codegen; depend on cbindgen directly; update docs #434 (thanks @sagudev)
- Update dep in locks #441 (thanks @sagudev)
- Add support for usize and [T;N] #442 (thanks @trobanga)
v1.27.1
- Format
frb_dart
package line length from 120 to 80
v1.26.0
- Add default LLVM installation path for Windows #408 (thanks @Desdaemon)
v1.25.0
- Ignore prefer_const_constructors in generated code #401 (thanks @surban)
- Add IntoDartExceptPrimitive impl for enums #404 (thanks @Desdaemon)