lzunsec
lzunsec
Is it possible to open a never ending stream from flutter into rust such that rust can always send things back? This would be nice because the EventChannel thing I...
On the docs it says ``` pub struct LogEntry { pub time_millis: i64, pub level: i32, pub tag: String, pub msg: String, } // Simplified just for demonstration. // To...
Hmmm I'm using https://github.com/fzyzcjy/flutter_rust_bridge/pull/293 I think this might be the reason of the errors, cause it's old. Now I don't know what to do, cause I need it working but...
https://github.com/fzyzcjy/flutter_rust_bridge/pull/537
Sorry my type was not `pub` so it wasn't being translated. Anyways, do you think I should have many streams per instance or just one stream and filter the messages?...
Same here. I think this app should be in Rust. If it still has memory leaks then probably it has memory vulnerabilities. Also I don't know why it does so...
ProtonVPN: v1.8.0 (library: v3.9.0 / api-client: v0.7.1) ubuntu 22.04 my suggestions: change this app to Rust and use flutter instead of GTK
Flutter uses GTK just for rendering the opengl stuff. Tauri would consume a lot of RAM. Flutter is very very modern for graphics, with 60fps animations, and I believe Proton...
I agree, Tauri is not bad, but still Flutter is faster and consumes much less RAM. And web is not meant for apps so it makes sense to use a...
The only reason tauri has a smaller build size than electron or even flutter is because it uses the native browser, but the amount of crazy JS frameworks you have...