shekohex
shekohex
Hi @BrunnerLivio i would agree with you about the issue of external package sometimes have some sort of * cough cough * poor integration with each others, as an example...
ok, we can work on that > my opinion the functionality of your router or similar should be part of the framework. Yeah, that was a long opened issue/discussion in...
That's pretty good api, it's actually similar to the `nest-router` module API. > should we support both? This could maybe raise inconsistencies into a users app if he/she starts using...
You can look here (https://github.com/sunshine-protocol/frusty-logger) at how you can do that, I made a `log` crate compatible logger that works with flutter and dart. So, in Rust the `log` crate...
> how can I make the rust loop stop, when the flutter screen displaying the data is closed? Try using an atomic bool, and expose a function from Rust to...
I guess depends on your code, but the [`dispose`](https://api.flutter.dev/flutter/widgets/State/dispose.html) method on the state should do it.
Do not use just `bool` you will need to use [`AtomicBool`](https://doc.rust-lang.org/stable/std/sync/atomic/struct.AtomicBool.html) and also remove `mut` from that, `static mut` is not good IMO.
Would you like to make a small PR for it? 😃
> maybe try `myservice.tunnelto.dev:443` as the argument, instead of putting the https:// > see here: [fullstorydev/grpcurl](https://github.com/fullstorydev/grpcurl) Yes, I tried that too but didn't work either :/
Any Updates on this PR? is it still alive?