Stop implementing ChunkedConverter.

This was deprecated in Dart 1.17, and its members were changed such that
we can no longer implement it and be strong-mode clean.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//2031873006 .
6 files changed
tree: 8825ec4e7737f991277c27a900bde6ade01c7fa4
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. .test_config
  6. AUTHORS
  7. CHANGELOG.md
  8. codereview.settings
  9. CONTRIBUTING.md
  10. LICENSE
  11. pubspec.yaml
  12. README.md
README.md

Conversion utilities package

This package contains encoders and decoders for converting between different data representations. It's the external counterpart of the dart:convert core library, and contains less-central APIs and APIs that need more flexible versioning.