Alejandro Ulate

Results 77 comments of Alejandro Ulate

Yes, the idea is to have a stable 2.x release at some point.

I'll see if I can publish `2.0.0` as stable in the next month or so. Thank you all for the interest

Version 2.0.0 is live, feel free to report any additional issues that you find on it. 3.0.0 might be in the works once [macros is stable](https://dart.dev/language/macros). It will enable much...

Taking a look ๐Ÿ‘€ , could you provide a repository that reproduces this issue?

> Sorry, I can't it's a private repo.. So we fire some asynchronous API requests when the app starts. And sometimes, some of them fail randomly, and the fetch doesnโ€™t...

Not from the library, but just curious, have any tried the solutions proposed in [this stackoverflow thread.](https://stackoverflow.com/questions/57517116/why-im-getting-wrong-version-number-when-making-a-post-request-to-a-https-serve)

Sorry that it has taken me this long to reply. In short, I think the library should be able to change it. I will take a look at it as...

Usually, the `encoding` used for the body directly corresponds to the `encoding` tied to the `Request` you built. [By default it is `utf-8`, you can [check out the behavior of...

Now in other notes, #124 should take care of changing the body, but it is far from a feature implemented. Sorry about that ๐Ÿ˜ž

@mohamed155 There were a couple of fixes included into beta versions of 2.0.0 that might have not been replicated to 1.x versions. In any case there's a stable version 2.x...