Alex Li

Results 711 comments of Alex Li

> [dart-lang/http#974](https://github.com/dart-lang/http/issues/974) > [dart-lang/http#975](https://github.com/dart-lang/http/pull/975) They don't seem to be blocking anymore. Would you take another look if it requires further implementations? @Vovcharaa

> Should it be when onSendProgress callback is provided? I think this would be good at this moment.

`idleTimeout` corresponds to the alive time of the client. If your client got released in a short time, please consider increasing the configuration. It's also recommended to test with the...

In order to get rid of the default 3 seconds timeout, either create a new `HttpClient` with a new timeout using `createHttpClient` or set the timeout using `onHttpClientCreate` (deprecated).

> This is not a bug, thus the probability of porting it to v1 may not be very high :/ However, feel free to PR (for v1) if you want!...

Plugins created by `flutter create --template plugin_ffi --platform=windows` can produce the DLL successfully. I've tried to copy some of its `CMakeLists.txt` but it does not work.

1. I'm on the v1 branch, so I'm using the same build mechanism as https://cjycode.com/flutter_rust_bridge/v1/library/platform_setup/windows_and_linux.html suggested. No matter `bat` or `sh`, they are using the same thing. 2. To be...

I assume the same thing will happen to Linux because they are using a similar configuration.

> Hmm, so, does the bug happen after you upgrade v1 to some specific version, or is it always the case? Not quite sure though. I'll try with 1.5x later....