Bump version for publication (#68)

* Bump version for publication

* Bump test dep to fix http_multi_server dep
2 files changed
tree: 4f47e037039e9e281e78b01fc80975486a247966
  1. .github/
  2. benchmark/
  3. example/
  4. lib/
  5. test/
  6. .gitignore
  7. analysis_options.yaml
  8. AUTHORS
  9. CHANGELOG.md
  10. CONTRIBUTING.md
  11. LICENSE
  12. pubspec.yaml
  13. README.md
README.md

Dart CI pub package package publisher

Utilities for converting between data representations.

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.

See also api.dart.dev/dart-convert.