Chromium Code Reviews

Side by Side Diff: pubspec.yaml

Issue 1408253004: Optimizie the insertion of an iterable. (Closed) Base URL: https://github.com/dart-lang/typed_data.git@master
Patch Set: Address comments Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « lib/typed_buffers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: typed_data 1 name: typed_data
2 version: 1.1.0 2 version: 1.1.1
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Utility functions and classes related to the 'dart:typed_data' libr ary. 4 description: Utility functions and classes related to the 'dart:typed_data' libr ary.
5 homepage: https://github.com/dart-lang/typed_data 5 homepage: https://github.com/dart-lang/typed_data
6 dev_dependencies: 6 dev_dependencies:
7 test: "^0.12.0" 7 test: "^0.12.0"
8 environment: 8 environment:
9 sdk: ">=1.8.0 <2.0.0" 9 sdk: ">=1.8.0 <2.0.0"
OLDNEW
« no previous file with comments | « lib/typed_buffers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine