fzyzcjy / flutter_rust_bridge

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
https://fzyzcjy.github.io/flutter_rust_bridge/
MIT License
3.61k stars 254 forks source link

Support passing stream object at arbitrary location and arbitrary amount; Let Rust function finish execution before returning stream object #1867

Closed fzyzcjy closed 1 month ago

fzyzcjy commented 1 month ago

Changes

Please list issues fixed by this PR here, using format "Fixes #the-issue-number".

Checklist

Remark for PR creator

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.27%. Comparing base (aef6495) to head (d65d93d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1867 +/- ## ========================================== + Coverage 99.23% 99.27% +0.03% ========================================== Files 368 364 -4 Lines 15466 15409 -57 ========================================== - Hits 15348 15297 -51 + Misses 118 112 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.