Move from pedantic to lints package (#177)

Fix existing violations of lints:
- `provide_deprecation_message`
- `unnecessary_string_escapes`
5 files changed
tree: f24fff52cb7cc59520075dfe0a565810c0c28fc5
  1. .github/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
README.md

Support for specifying test expectations, such as for unit tests.

The matcher library provides a third-generation assertion mechanism, drawing inspiration from Hamcrest.

For more information, see Unit Testing with Dart.