@@ -2,15 +2,13 @@ name: google_maps_flutter_example
22description : Demonstrates how to use the google_maps_flutter plugin.
33
44environment :
5- sdk : ' >=2.12.0-0 <3.0.0'
5+ sdk : ' >=2.12.0-259.9.beta <3.0.0'
66 flutter : " >=1.22.0"
77
88dependencies :
99 flutter :
1010 sdk : flutter
1111
12- # The following adds the Cupertino Icons font to your application.
13- # Use with the CupertinoIcons class for iOS style icons.
1412 cupertino_icons : ^0.1.0
1513 google_maps_flutter :
1614 # When depending on this package from a real application you should use:
@@ -26,46 +24,9 @@ dev_dependencies:
2624 sdk : flutter
2725 integration_test :
2826 path : ../../../integration_test
29- pedantic : ^1.8 .0
27+ pedantic : ^1.10 .0
3028
31- # For information on the generic Dart part of this file, see the
32- # following page: https://www.dartlang.org/tools/pub/pubspec
33-
34- # The following section is specific to Flutter.
3529flutter :
36-
37- # The following line ensures that the Material Icons font is
38- # included with your application, so that you can use the icons in
39- # the material Icons class.
4030 uses-material-design : true
41-
42- # To add assets to your application, add an assets section, like this:
4331 assets :
4432 - assets/
45- # - images/a_dot_ham.jpeg
46-
47- # An image asset can refer to one or more resolution-specific "variants", see
48- # https://flutter.io/assets-and-images/#resolution-aware.
49-
50- # For details regarding adding assets from package dependencies, see
51- # https://flutter.io/assets-and-images/#from-packages
52-
53- # To add custom fonts to your application, add a fonts section here,
54- # in this "flutter" section. Each entry in this list should have a
55- # "family" key with the font family name, and a "fonts" key with a
56- # list giving the asset and other descriptors for the font. For
57- # example:
58- # fonts:
59- # - family: Schyler
60- # fonts:
61- # - asset: fonts/Schyler-Regular.ttf
62- # - asset: fonts/Schyler-Italic.ttf
63- # style: italic
64- # - family: Trajan Pro
65- # fonts:
66- # - asset: fonts/TrajanPro.ttf
67- # - asset: fonts/TrajanPro_Bold.ttf
68- # weight: 700
69- #
70- # For details regarding fonts from package dependencies,
71- # see https://flutter.io/custom-fonts/#from-packages
0 commit comments