Alex Li
Alex Li
> Hi [@AlexV525](https://github.com/AlexV525)! Regarding the toolbar being unresponsive to clicks, that was fixed in [flutter/devtools#9327](https://github.com/flutter/devtools/pull/9327) (fix currently on Flutter beta, and will be in the next stable.) I guess that...
This is similar to #8480 but with a different stack.
@YanhqZ Sorry for the late review. Could you revert changes regarding the example so that we can make those changes later in separate commits and focus on the scope of...
1. Queued interceptors are meant to be FIFO, so 1234 -> 4321 does not follow any of the regular sequences. Maybe you'll need to aggregate your interceptors as a chain...
Could you make a PoC using the dio library so we can understands this correctly?
Based on my knowledge, the *protocol* header with the HTTP version should be available in the response's header.
For HTTP/1.x it's available in the raw header, but it's not publicly visible. For H2 we have nothing available from the transport, unfortunately. We seem to have no reliable method...
> The http2 proto is handled by a separate code path, so it already knows that it is http2.. > and http2 (h2) can be hardcoded in the http2 handler?...
@NghiaTranUIT Capturing traffics that are not following the defined system proxy is supported in [Reqable](https://reqable.com) via a VPN service and it's called "Enhanced Mode". Maybe the approach can be considered...
@alpinnz Sorry for the late review. Could you address the review produced above? You can also find relevant implementations in photo_manager regarding `PHAsset`.