fzyzcjy / flutter_rust_bridge

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

Improve the dart_code documentation #2313

Closed patmuk closed 1 month ago

patmuk commented 1 month ago

@fzyzcjy I rewrote the #[frb(dart_code = )] documentation to more clearly state how to use it, troubleshoot it, and its (current) limitations.

I verified all statements with little experiments. However, please correct me if I stated something wrongly.

fzyzcjy commented 1 month ago

Great job! I made some minor modifications and LGTM :)