Index: samples/google_maps/pubspec.yaml |
=================================================================== |
--- samples/google_maps/pubspec.yaml (revision 29983) |
+++ samples/google_maps/pubspec.yaml (working copy) |
@@ -2,4 +2,6 @@ |
description: An app that displays a location using the JavaScript |
Google Maps API that is called using the dart:js library. |
dependencies: |
- browser: any |
+ browser: ">=0.9.0 <0.10.0" |
+environment: |
+ sdk: ">=0.8.10+6 <2.0.0" |