Problem
I get response from HttpClientResponse
After that trying to perform listen like:
//... your code
response.transform(utf8.decoder).listen( (data) {
//... your code
})
//... your code
Error(s)
The argument type 'Utf8Decoder' can't be assigned to the parameter type 'StreamTransformer<Uint8List, dynamic>'
Some Extra Detail(s)
- Flutter Commit at
4cd12fc8b
- Previously it was working fine.