DEV Community

Discussion on: Rust once and share it with Android, iOS and Flutter

Collapse
 
silmanduin66 profile image
silmanduin66

Thank you for this interesting post. I'm currently developing apps with flutter and dart. Would i see a noticeable improvement on mobile in writing some code with rust instead of dart ? What are the real benefits here ?

Collapse
 
robertohuertasm profile image
Roberto Huertas

The main objective of the article was to show that you could share the same code between different platforms, including Flutter. That being said, I guess it would only make sense to use Rust for a very intense process or calculation so you could leverage Rust's memory management and the ability to work in a parallel way without having to use isolates.