1. 12 8月, 2019 1 次提交
  2. 25 7月, 2019 5 次提交
  3. 12 7月, 2019 1 次提交
  4. 10 7月, 2019 1 次提交
  5. 07 7月, 2019 1 次提交
  6. 04 7月, 2019 2 次提交
    • 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
    • JarvanMo's avatar
      升级一波依赖 · 143c75bd
      JarvanMo 提交于
      143c75bd
  7. 03 7月, 2019 8 次提交
  8. 02 7月, 2019 4 次提交
  9. 01 7月, 2019 1 次提交
  10. 27 6月, 2019 8 次提交
  11. 26 6月, 2019 5 次提交
  12. 29 5月, 2019 1 次提交
  13. 23 5月, 2019 2 次提交