Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: collection_helpers | 1 name: collection_helpers |
| 2 version: 0.9.2 | 2 version: 0.9.2 |
| 3 author: "Dart Team <misc@dartlang.org>" | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Discontinued. Use package:collection or package:typed_data. | 4 description: Discontinued. Use package:collection or package:typed_data. |
| 5 homepage: http://www.dartlang.org | 5 homepage: http://www.dartlang.org |
| 6 dependencies: | 6 dependencies: |
| 7 collection: "0.9.0" | 7 collection: "0.9.0" |
| 8 typed_data: "0.9.0" | 8 typed_data: "0.9.0" |
| 9 environment: | 9 environment: |
| 10 sdk: ">=1.0.0 <2.0.0" | 10 sdk: ">=1.0.0 <2.0.0" |
| OLD | NEW |