Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: pubspec.yaml

Issue 2484163002: Fix bug in equalsIgnoreAsciiCase. (Closed)
Patch Set: Address comments, add missing import. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 name: collection 1 name: collection
2 version: 1.12.0 2 version: 1.12.1-dev
nweiz 2016/11/11 23:16:46 If you're adding the missing import, this can just
Lasse Reichstein Nielsen 2016/11/14 14:52:04 Super, done!
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Collections and utilities functions and classes related to collecti ons. 4 description: Collections and utilities functions and classes related to collecti ons.
5 homepage: https://www.github.com/dart-lang/collection 5 homepage: https://www.github.com/dart-lang/collection
6 environment: 6 environment:
7 sdk: '>=1.21.0-dev.1.0 <2.0.0' 7 sdk: '>=1.21.0-dev.1.0 <2.0.0'
8 dev_dependencies: 8 dev_dependencies:
9 test: '^0.12.0' 9 test: '^0.12.0'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698