thomas725

Results 72 comments of thomas725

Just stumbled upon this problem too. Hopefully this will be addressed soon.

Can you give me some pointers on how to "invoke ffigen directly"? Sorry, newbie here, I got no idea what ffigen even is, but I guess I'll have to read...

Well yeah obviously, but which command with which parameters? At the moment I'm using `just` which has been setup by https://github.com/Desdaemon/flutter_rust_bridge_template Of course it's very easy to see what get's...

And what content's should I put there? The config file created by `flutter_rust_bridge` in the /tmp/ folder get's deleted instantly so I don't know what it's content should be. Without...

I've set `RUST_LOG=debug` when I created this issue and posted the output, so either I've done it wrong or in it's current version it doesn't make it print the config...

Oh, thanks for catching that mistake with setting the variables. I wonder why it works for my REPO_DIR variable. Okey, so next I should file an issue @ https://github.com/dart-lang/ffigen/issues about...

Okey, so after reading some more I found a different workaround for that stdbool.h not found error @ https://github.com/dart-lang/native/issues/338 ``` export CPATH="$(clang -v 2>&1 | grep "Selected GCC installation" |...

okey, here's a documentation PR: https://github.com/fzyzcjy/flutter_rust_bridge/pull/497

does your "laugh"-smiley-reaction mean I did something stupid?

Hi there! I'm new to flutter+dart & rust. I'd like to be able to log from rust to flutter. As far as I understand it, http://cjycode.com/flutter_rust_bridge/feature/stream.html is the basis best...