mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
An upcoming change in the Dart SDK changes `Socket` from implementing `Stream<List<int>>` to implementing `Stream<Uint8List>`. This forwards-compatible change in flutter_tools prepares for that Dart SDK change. https://github.com/dart-lang/sdk/issues/36900