Beni Bachmann
Beni Bachmann
Hello @juicycleff Thank you for the great plugin! I saw on https://pub.dev/packages/flutter_unity_widget that the package now supports windows. Is that information correct and if yes how do I get it...
@juicycleff Thank you for the swift reply! Having the Unity integration work will help greatly with my project because otherwise I would have to find a solution myself. Let me...
I have the same error which this package. Visual Studio and "Desktop development with C++" are installed and in general Windows builds for Flutter do work.
I had the same issue on Windows. I could solve it by doing what's described here: https://github.com/DelSkayn/rquickjs/issues/41 (just add `C:\Program Files\Git\usr\bin` to your path, restart the terminal, `cargo clean`, `cargo...
Hello @jessebraham I am new to microcontrollers and just checked out this crate to get development going with rust on the d1 mini. The first thing I ran into was...
Just saw this PR. I have opened a similar PR which exposes just the indices. See: #107
Thank you for the quick reply. We need the feature for our project, so I have manually compiled the Android libs with the corresponding flags (-DSQLITE_ENABLE_FTS4 and -DSQLITE_ENABLE_FTS5) from source....
I can try, but I am not an expert in SQLite (or C/compilers, cmake and Android native for that matter) and not entirely sure about the compile flags. For our...
Yes. I ran `cargo clean` which deletes the target directory.
Hint: Meanwhile I learned that empty {} JSON messages are part of some kind of ping mechanism and to be expected. Still not clear if multiple messages can arrive in...