flutter_rust_bridge
flutter_rust_bridge copied to clipboard
Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
Fixes #406 ## Checklist - [x] An issue to be fixed by this PR is listed above. - [x] New tests are added to ensure new features are working. End-to-end...
This issue tracks upcoming web support for the library, most of the progress is done on the [`wasm_bindgen`] branch. - [x] ~~Merge web shim for RawSendPort and store_dart_post_cobject to upstream~~...
Web support
Closes #315. Continues from #386. Additions: - `--wasm` flag to emit WASM-specific files - Requires `--dart-decl-output` - `--inline-rust` to inline platform modules into a single file - WASM shims for...
Related to #587 Close #585 Previous discussions: #585 ## Checklist - [x] New tests are added to ensure new features are working (probably by modifying the `frb_example/pure_dart` example). - [...
I noticed the documentation was missing how a dart function can be called in rust.
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.59 to 1.0.60. Release notes Sourced from anyhow's releases. 1.0.60 Propagate --target to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung) Commits 08f8012 Release 1.0.60...
Close #572 ## Checklist - [x] An issue to be fixed by this PR is listed above. - [x] New tests are added to ensure new features are working. End-to-end...
While using the new feature added in the PR https://github.com/fzyzcjy/flutter_rust_bridge/pull/543, I found an issue while returning an struct containg an implementation. Ex code: ```rs pub fn get_sum_struct() -> SumWith {...
> [Run codegen (for release version) (macos-10.15, osx)](https://github.com/fzyzcjy/flutter_rust_bridge/runs/7646599319?check_suite_focus=true) This is a scheduled macOS-10.15 brownout. The macOS-10.15 environment is deprecated and will be removed on August 30th, 2022. For more details,...
### Describe the bug When my app calls into the bridge functions in the debug mode of my app on iOS, it works correctly (simulator or real device), however in...