NightBlaze

Results 6 comments of NightBlaze

Yep, I saw https://github.com/tauri-apps/tauri/issues/7413 and even found a workaround but didn't understand how to apply it for frb project https://github.com/rusqlite/rusqlite/issues/1380#issuecomment-1689765485 If you have android device I will be grateful if...

Thanks for the hint. [This](https://github.com/smartvaults/smartvaults/blob/master/bindings/smartvaults-sdk-ffi/build.rs) solution works. Just need to create `rust/build.rs` and copy-paste the code. Don't forget to check env vars (they should exists).

> There are many different possible ways that you can choose freely: https://cjycode.com/flutter_rust_bridge/manual/integrate/overview. I saw it. Will read more carefully. > For example, suppose you are using the default template,...

Found an issue. It's on my side. Sorry.

Got it. Thanks. I'll be glad to create a PR but don't have enough proficient in Rust and Dart :(