| Index: samples/google_maps/pubspec.yaml
|
| diff --git a/samples/google_maps/pubspec.yaml b/samples/google_maps/pubspec.yaml
|
| index f62c2fa85f1c587293c7e3eff435ef99426cb7e6..bb3d37dba0d0fa55d37cd13fe6bdc5ef7c2d8bc1 100644
|
| --- a/samples/google_maps/pubspec.yaml
|
| +++ b/samples/google_maps/pubspec.yaml
|
| @@ -2,4 +2,6 @@ name: google_maps_api_with_dart_js
|
| 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: ">=1.0.0 <2.0.0"
|
|
|