OLD | NEW |
---|---|
1 name: async | 1 name: async |
2 version: 1.4.1-dev | 2 version: 1.5.0 |
3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
4 description: Utility functions and classes related to the 'dart:async' library. | 4 description: Utility functions and classes related to the 'dart:async' library. |
5 homepage: https://www.github.com/dart-lang/async | 5 homepage: https://www.github.com/dart-lang/async |
6 dev_dependencies: | 6 dev_dependencies: |
7 fake_async: "^0.1.2" | 7 fake_async: "^0.1.2" |
8 stack_trace: "^1.0.0" | 8 stack_trace: "^1.0.0" |
9 test: "^0.12.0" | 9 test: "^0.12.0" |
10 environment: | 10 environment: |
11 sdk: ">=1.9.0 <2.0.0" | 11 sdk: ">=1.9.0 <2.0.0" |
OLD | NEW |