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

Unified Diff: pkg/intl/example/basic/pubspec.yaml

Issue 10915215: Add async initialization for Intl.message and an example (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: pkg/intl/example/basic/pubspec.yaml
===================================================================
--- pkg/intl/example/basic/pubspec.yaml (revision 0)
+++ pkg/intl/example/basic/pubspec.yaml (revision 0)
@@ -0,0 +1,9 @@
+name: IntlExample
+description: >
+ An example using internationalization facilities
+dependencies:
+ intl:
+ sdk: intl
+ htmlescape:
+ sdk: htmlescape
+

Powered by Google App Engine
This is Rietveld 408576698