Make the package not depend directly on package:charcode. (#35)

* Make the package not depend directly on package:charcode.

The charcode package is still used a dev-dependency,
but that does not affect users of the convert package.
6 files changed
tree: c3d1b530053b78c653a23552f65ca9585d612350
  1. lib/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. AUTHORS
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. 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.