Describe the bug
Hey guys, I'm using ^2.0.0-beta.7. I have this error in two cases (100% of time):
- Any time I use send method in the client (https://pub.dev/documentation/http/latest/http/Client/send.html)
- When I provide client to the
CacheManager's config here: https://pub.dev/documentation/flutter_cache_manager/latest/flutter_cache_manager/HttpFileService/HttpFileService.html
It looks like it somehow just force casts and crashes every time here: https://github.com/CodingAleCR/http_interceptor/blob/main/lib/http/intercepted_client.dart#L222
Expected behavior
No crashes
Please complete the following information):
- Flutter version: 3.10.5
- IDE: Android Studio
http_interceptor Version: ^2.0.0-beta.7
Describe the bug
Hey guys, I'm using
^2.0.0-beta.7. I have this error in two cases (100% of time):CacheManager's config here: https://pub.dev/documentation/flutter_cache_manager/latest/flutter_cache_manager/HttpFileService/HttpFileService.htmlIt looks like it somehow just force casts and crashes every time here: https://github.com/CodingAleCR/http_interceptor/blob/main/lib/http/intercepted_client.dart#L222
Expected behavior
No crashes
Please complete the following information):
http_interceptorVersion: ^2.0.0-beta.7