Update the constraint on matcher to hit the published version.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//945583003
diff --git a/pubspec.yaml b/pubspec.yaml
index 2be4eae..5de0507 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -8,11 +8,8 @@
 dependencies:
   args: '>=0.12.1 <0.13.0'
   stack_trace: '>=1.2.0 <2.0.0'
-
-  # Using the pre-release version of matcher. When published we will go back
-  # using a tight version constraint to ensure that a constraint on unittest
+  # Use a tight version constraint to ensure that a constraint on unittest
   # properly constraints all features it provides.
-  matcher:
-    git: https://github.com/dart-lang/matcher.git
+  matcher: '>=0.12.0-alpha.0 <0.12.1'
 dev_dependencies:
   fake_async: '>=0.1.2 <0.2.0'