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 `self` in non-opaque case (`&self` already supported before); Support `&SomeStructOrEnum` in non-opaque case (`SomeStructOrEnum` already supported before); Support `&str` type (`String` already supported before) #1880

Closed fzyzcjy closed 1 month ago

fzyzcjy commented 1 month ago

Changes

Close #1871

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 97.26%. Comparing base (e0baf4b) to head (383424d).

:exclamation: Current head 383424d differs from pull request most recent head d438782. Consider uploading reports for the commit d438782 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1880 +/- ## ========================================== - Coverage 99.27% 97.26% -2.01% ========================================== Files 365 361 -4 Lines 15454 14096 -1358 ========================================== - Hits 15342 13711 -1631 - Misses 112 385 +273 ```

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