Add @override annotations (#108)

Makes it easier to understand how a class behaves when it is explicit
where it is overriding something from a parent class.

Enable the lint and fix violations.
19 files changed
tree: 38a4d748be97d9c30f0f35eb0119fd6f2fd0f678
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. codereview.settings
  9. LICENSE
  10. pubspec.yaml
  11. 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.