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

Doc Question: How to Build? #2417

Open sgon00 opened 14 hours ago

sgon00 commented 14 hours ago

Hi, Sorry to ask a question here. I am a newbie. I am trying to study how to use flutter and rust together. I first saw rinf, then flutter_rust_bridge. I am trying to see which one is eaiser to use.

Now, I can not find a "build" doc in flutter_rust_bridge doc https://cjycode.com/flutter_rust_bridge/.

For rinf, it's very clear that there is a separate section link: https://rinf.cunarist.com/running-and-building/

Am I missing anything? Where is the build doc?

Thanks a lot.

welcome[bot] commented 14 hours ago

Hi! Thanks for opening your first issue here! :smile:

fzyzcjy commented 7 hours ago

Hi, it is named "quickstart", and is the first page (after introduction) in the doc: https://cjycode.com/flutter_rust_bridge/quickstart

fzyzcjy commented 7 hours ago

Btw, there is a single command (see the red arrow in the screenshot) to quickly quickstart.

image