ReactNative is industry standard but runs on JavaScript.

Flutter is faster but runs on Dart.

Both are mature and have lots of packages and such to integrate with the Native api even cross platform.

I'm looking forward towards something new rust based though.

Reply to this note

Please Login to reply.

Discussion

For using rust libraries in Flutter, I can recommend using the rinf package. Just search github.

It uses ProtoBuffers to forward data between the Dart Flutter frontend and the Rust backend.