Remove dependency on package:charcode entirely. (#53)

Removes the dev-dependency on package:charcode, and uses in a one test file.
2 files changed
tree: 53dcc6a75de4ae9cf2944b8f3b38b2cb8eb2e42c
  1. .github/
  2. example/
  3. lib/
  4. test/
  5. .gitignore
  6. analysis_options.yaml
  7. AUTHORS
  8. CHANGELOG.md
  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.