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

Side by Side Diff: pubspec.yaml

Issue 1387163002: Add Resource package. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Final tweaks. Created 4 years, 11 months 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: resource 1 name: resource
2 version: 0.1.0 2 version: 1.0.0
3 description: Reading resource data from (package and other) files.
4 author: Dart Team <misc@dartlang.org>
5 homepage: https://github.com/dart-lang/resource
6
7 environment:
8 sdk: '>=1.14.0-any <2.0.0'
9
3 dependencies: 10 dependencies:
4 http: "any" 11 package_config: "^0.0.4"
5 typed_data: "any" 12 typed_data: "^1.0.0"
6 dev_dependencies: 13 dev_dependencies:
7 test: "any" 14 test: "^0.12.0"
OLDNEW
« lib/src/resource.dart ('K') | « lib/src/resource.dart ('k') | test/loader_data_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698