f83a874944
The SDK recently updated `BytesBuilder.takeBytes()` and `BytesBuilder.toBytes()` to return `Uint8List` rather than `List<int>`. A similar change has updated `File.openRead()` to return `Stream<Uint8List>` and `HttpClientResponse` to implement `Stream<Uint8List>`. This change makes the corresponding update in the angel framework. https://github.com/dart-lang/sdk/issues/36900 |
||
---|---|---|
.. | ||
src | ||
angel_framework.dart | ||
http.dart | ||
http2.dart |