• Todd Volkert's avatar
    Prepare for Uint8List SDK breaking change · 2dba367a
    Todd Volkert 提交于
    A recent change to the Dart SDK updated `HttpClientResponse`
    to implement `Stream<Uint8List>` rather than implementing
    `Stream<List<int>>`.
    
    This forwards-compatible chnage updates calls to
    `Stream.transform(StreamTransformer)` to instead call the
    functionally equivalent `StreamTransformer.bind(Stream)`
    API, which puts the stream in a covariant position and
    thus causes the SDK change to be non-breaking.
    
    https://github.com/dart-lang/sdk/issues/36900
    2dba367a
名称
最后提交
最后更新
android 正在载入提交数据...
arts 正在载入提交数据...
doc 正在载入提交数据...
example 正在载入提交数据...
ios 正在载入提交数据...
lib 正在载入提交数据...
.gitattributes 正在载入提交数据...
.gitignore 正在载入提交数据...
CHANGELOG.md 正在载入提交数据...
LICENSE 正在载入提交数据...
README.md 正在载入提交数据...
README_CN.md 正在载入提交数据...
pubspec.yaml 正在载入提交数据...