- Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
- Add
no_dart_fix,no_dart_formatandno_write_libtoflutter_rust_bridge_codegen integrate#2790 (thanks @xuxiaocheng0201) - Check for target dependencies when auto upgrading in codegen #2805 (thanks @turtletongue)
- Update troubleshooting.md #2806
- Run scheduled CIs only when the repo owner is correct #2817 (thanks @AlexV525)
- Use
fvm installto preventflutter_rust_bridge_codegen generatefrom hanging #2834 (thanks @ethicnology) - Support having a different crate name than the Flutter plugin #2859 (thanks @NathanKolbas)
- Update GitHub CI workflow to use new iOS simulators #2866 (thanks @NathanKolbas)
- Add resolution in yaml struct and workspace root resolution logic #2872 (thanks @AadamZ5)
- Update actions versions of all workflows #2876 (thanks @h3x4d3c1m4l)
- Add support for optional publish tag in release workflow #2877 (thanks @h3x4d3c1m4l)
- Support multiple flutter_rust_bridge packages on web #2903 (thanks @dt-iohk)
- Add encoded types DCO support #2905 (thanks @SilverMira)
- Fix Windows 10
flutter_rust_bridge_codegen build-webfailure #2906 (thanks @marcmcd) - Use
Vec::with_capacityinstead ofvec![]in SSE vector decode #2926 (thanks @Shadowcat650) - Fix unhandled error in dart_fn_handle_output when sending message #2941 (thanks @khangah)
- Upgrade versions and CI #2951 #2934 #2810 #2918 #2932 #2811
- Added suggestion to update cargo in troubleshooting.md #2955 (thanks @dgasparri)
- Regenerate tests #2973 #2982 (thanks @TrackerSB)
- Add DevContainer and Dockerfile #2981
- Add Claude skills and enhance development guidance #2983
- Add upgrade notice to V1 documentation pages #2984
- Add web test support to skills and Dockerfile #2986
- Update PR template and tips #2989
- Revise troubleshooting steps for Cargokit and Flutter #2994 (thanks @liruohrh)
- Fix web build with latest wasm-bindgen/js-sys versions #3010
- Create docker image for development #3025
- Add configurable log levels to setup functions #3026 (thanks @futpib)