Jonathan Cole
Jonathan Cole
I've been working on a fork with cancellation using a CancellationToken, but I've taken a different approach with the tokens so they're not specific to HTTP requests: https://github.com/JonathanPeterCole/dart-cancellation-token-http I haven't...
I've created a fork of this package to support cancellation via a token, which includes cancelling the underlying request: https://pub.dev/packages/cancellation_token_http I went with the token approach for convenience when chaining...
I'm running into this as well. Using `NestedScrollView` gives the expected result if the scrollable content extends beyond the height of the screen, but if the content doesn't fill the...
I was having the same issue with Xcode 15.4 installed and found that updating to Xcode 16 Beta 4 fixed it for me. Our pipelines running Xcode 15.2 also seem...