Sergio Molchanovsky
Sergio Molchanovsky
Oh, the fix above doesn't solve the issue You can draw the widgets outside the Stack but cannot make them clickable. Those buttons will not react to gestures. It's a...
I used this method https://youtu.be/s9XHOQeIeZg it also has a problem that attached buttons are wobbling when dragging the sheet up and down. See the video: https://disk.yandex.ru/i/0Z4Rn1UVcvM9Ew It's because their positions...
I'll be following this thread too
Meanwhile, Dio supports `abort()` since March Proof: https://github.com/flutterchina/dio/pull/1440
> @subzero911 Is it a "real" abort, i.e. it cancels the underlying HTTP request / TCP stream? Or, the underlying request is still going on? Yes, I believe it closes...
How to exit sshs window gracefully? Currently, the only way I see is to close the terminal window, interrupting the running process.
It doesn't work on Mac
Oh, sorry, it's actually `Control + C` I pressed `Cmd+C`
Could you add this shortcut into readme? It's easy to forget.
> It maybe more convenient if add this feature `get_bloc` (it seems flutter_bloc, so I am just call it get_bloc) into GetX, but in my opinion this may bring in...