CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
MIT License
133 stars 67 forks source link

Fix type 'Response' is not a subtype of type 'StreamedResponse' in type cast #132

Closed wilinz closed 9 months ago

wilinz commented 11 months ago

flutter: type 'Response' is not a subtype of type 'StreamedResponse' in type cast flutter: #0 InterceptedClient.send (package:http_interceptor/http/intercepted_client.dart:222:32)

passsy commented 9 months ago

Can we get this merged @CodingAleCR?

CodingAleCR commented 9 months ago

Sure, seems simple enough. I'll take a closer look later 2nite and merge it/release