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

Side by Side Diff: pubspec.yaml

Issue 106663007: When clearing a field make the field state "does not exist" (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Created 7 years 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
« no previous file with comments | « lib/generated_message.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: protobuf 1 name: protobuf
2 version: 0.3.2 2 version: 0.3.3
3 authors: 3 authors:
4 - Dart Team <misc@dartlang.org> 4 - Dart Team <misc@dartlang.org>
5 description: Runtime library for protobuf support. 5 description: Runtime library for protobuf support.
6 homepage: https://github.com/dart-lang/dart-protobuf 6 homepage: https://github.com/dart-lang/dart-protobuf
7 environment: 7 environment:
8 sdk: '>=0.8.10+6 <2.0.0' 8 sdk: '>=0.8.10+6 <2.0.0'
9 dependencies: 9 dependencies:
10 crypto: '>=0.9.0 < 0.10.0' 10 crypto: '>=0.9.0 < 0.10.0'
11 fixnum: '>=0.9.0 < 0.10.0' 11 fixnum: '>=0.9.0 < 0.10.0'
12 dev_dependencies: 12 dev_dependencies:
13 unittest: '>=0.9.0 < 0.10.0' 13 unittest: '>=0.9.0 < 0.10.0'
OLDNEW
« no previous file with comments | « lib/generated_message.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698