List<int> to Uint8List conversion (#72)

This updates `_CopyingBytesBuilder` such that `takeBytes()` and `toBytes()`
both declare a return type of `Uint8List` rather than `List<int>`.

This is in preparation for an SDK update whereby the API of
`BytesBuilder` will receive the same update.

https://github.com/dart-lang/sdk/issues/36900
1 file changed
tree: b573b7035427154a6fa3e9e73e1518cafcc41494
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. .travis.yml
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
README.md

http_io

Build Status

The HTTP APIs in dart:io are pure Dart code not relying on native runtime calls. To enable faster development and bug fixes, these APIs are moving out of dart:io into this package.

Watch the dart-misc mailing list for news about deprecation and migration.