Skip to content

One question of high-Level Flutter-Rust-bridge architecture #1811

Answered by fzyzcjy
jasonwun asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, flutter_rust_bridge does not enforce anything - it tries to let you cross language boundary seamlessly, so you are free to choose whatever you like or suits your specific scenario!

Quote the README (folded so I guess you did not see it), which is a bit related:

Typical scenarios to combine them include:

  • UI framework for Rust: When you want a UI framework for your Rust system.
  • Use arbitrary Rust libraries in Flutter: When the desired functionality only has a library in Rust, not Dart (Flutter).
  • Need high-performance code for Flutter: Rust makes it easy and performant to write multi-thread code, algorithms, data-intensive operations, SIMD code, etc.
  • ...

Personally speaking, as long …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jasonwun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants