Move from pedantic to lints package (#55)

Fix existing violations of lints:
- `annotate_overrides`
- `avoid_renaming_method_parameters`
- `prefer_typing_uninitialized_variables`

Fix setup-dart config - channel key was renamed
19 files changed
tree: 8b59f7fb681b61cda7cdcb99c794873f8ee99d0b
  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.