← Back to context

Comment by airstrike

6 months ago

iced is cross platform, there's even WASM support. lots of Rust crates are.

mobile and desktop are not different platform but different devices altogether that warrant separate designs IMHO

> iced is cross platform

How well does it integrate with Androids APIs or even IOS, can I make a full blown app with it. I believe the main reason why people use FFI to interface Rust and Dart/Flutter for mobile development is because Rust does not have an Android/IOS framework with the higher level APIs it just has native APIs (fs, io..)