Alejandro Ulate

Results 77 comments of Alejandro Ulate

What I meant with the example is that you might not need to listen to the stream, or is there any specific reason that you ~~want~~ need to do that?

Yes, you could work with the `StreamedResponse` like in the Multipart Request example. You would [parse the StreamedResponse to a Response and do what you need with it. ](https://github.com/CodingAleCR/http_interceptor/blob/main/example/lib/multipart_app.dart#L118-L156)

At least if you don't depend on `listen`. If you do then I would ask for a bit more patience since I can't look at it at the moment. Sorry...

This is a great idea. I'm looking into it, as it would enable body parsing, but it's a complex operation and there may be some features that get affected and...

Sorry, what version of the package are you using @mohamed155 ? I made some tests for this in the beta releases and just want to double-check if the tests are...

Yes it is possible. You can use the example to guide your interceptor for that. The basic idea is that you take the body, and add whatever you want to...

You can somewhat easily implement your own widget, here's an example of what I did to display an IconButton when the app needs to be updated and that once it...

I've also added a new `UpgradeWidget` that would allow you to add custom widgets in the same way implemented for `UpgradeCard`. I know this was not the original request but...

I'll take a closer look, but it does seem to align with the purposes of the package. Thank you for contributing!

Really interesting FR (Feature Request). Is this request based on the need for having multiple requests but refresh token only once for all subsequent requests?