Bump version to 0.12.12-dev (#182)

* Dependency override for version bump

Co-authored-by: Nate Bosch <[email protected]>
2 files changed
tree: 256b823ae4d22036c49a4571f4c0c5a401ee3516
  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.