Enable and fix lint type_annotate_public_apis (#171)

Add explicit dynamic to parameters.

Add some field types in a test file.
12 files changed
tree: baffbf8c91a8828154ec1c49ad58fe430916b9ce
  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.