Index: packages/usage/pubspec.yaml |
diff --git a/packages/usage/pubspec.yaml b/packages/usage/pubspec.yaml |
index 4d6ca7b0112041cc57087fa7f417eef0f8733b6b..564ba2ed1ee91a9b51c450701c32d58cc66d8f72 100644 |
--- a/packages/usage/pubspec.yaml |
+++ b/packages/usage/pubspec.yaml |
@@ -3,15 +3,18 @@ |
# BSD-style license that can be found in the LICENSE file. |
name: usage |
-version: 1.0.1 |
-description: A Google Analytics wrapper for both command-line and web apps. |
+version: 3.3.0 |
+description: A Google Analytics wrapper for both command-line, web, and Flutter apps. |
homepage: https://github.com/dart-lang/usage |
author: Dart Team <misc@dartlang.org> |
environment: |
- sdk: '>=1.0.0 <2.0.0' |
+ sdk: '>=1.24.0 <2.0.0' |
+ |
+dependencies: |
+ path: ^1.4.0 |
dev_dependencies: |
browser: ^0.10.0 |
- grinder: ^0.7.0 |
+ grinder: ^0.8.0 |
test: ^0.12.0 |