Fix newly enforced package:pedantic lints (#123)

- prefer_single_quotes
- prefer_spread_collections
- unused_field
- use_function_type_syntax_for_parameters

Bump min sdk to 2.3.0 to allow for spreads in collection literals.

Drop unused author field from pubspec.
21 files changed
tree: 68091f8cb898e24dacb940d8a04bbd776fdb6abb
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. 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.