Add travis support and dartfmt... (#6)

* Add travis support for pkg/convert.

* Run dartfmt.

* Only dartfmt stable.

* Remove --platform chrome.
8 files changed
tree: 44509dc81abec4cf60f9d8ecaae452c2a58606f7
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. .test_config
  6. .travis.yml
  7. AUTHORS
  8. CHANGELOG.md
  9. codereview.settings
  10. CONTRIBUTING.md
  11. LICENSE
  12. pubspec.yaml
  13. 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.