CympleTech/ESSE

Problem with understanding logic.

mariuszmalek opened this issue · 3 comments

Can you explain why the Rust is in the same file as Flutter? I am trying to understand all the logic to be able to install this locally. I have problems running the application in XCode. I only get splash screen for a few seconds and kick me out.

Sure.
Rust and Dart were in different repos before, but I think they are related and changed together, so they are in the same directory.

I think crash when after few seconds, maybe due to the rust code panic. (when started, Rust code will auto starting tokio runtime for network and others). Does the app have network permission ?

I don't have a macOS around now (on vacation :) ), can you tell me the iOS version?

I have a solution. For those who have M1.

Cool 👍

So is it possible to separate Flutter and Rust?

Yes, easier to implement. Rust code only in /src, /Cargo.toml, others all Flutter.

Some reference maybe can find at cargo-lipo. It feels like the problem comes from the architecture ?

I think it is ready to close, if any questions, please let me know.