@@ -2,15 +2,13 @@ name: google_maps_flutter_example
2
2
description : Demonstrates how to use the google_maps_flutter plugin.
3
3
4
4
environment :
5
- sdk : ' >=2.12.0-0 <3.0.0'
5
+ sdk : ' >=2.12.0-259.9.beta <3.0.0'
6
6
flutter : " >=1.22.0"
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
12
- # The following adds the Cupertino Icons font to your application.
13
- # Use with the CupertinoIcons class for iOS style icons.
14
12
cupertino_icons : ^0.1.0
15
13
google_maps_flutter :
16
14
# When depending on this package from a real application you should use:
@@ -26,46 +24,9 @@ dev_dependencies:
26
24
sdk : flutter
27
25
integration_test :
28
26
path : ../../../integration_test
29
- pedantic : ^1.8 .0
27
+ pedantic : ^1.10 .0
30
28
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.
35
29
flutter :
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.
40
30
uses-material-design : true
41
-
42
- # To add assets to your application, add an assets section, like this:
43
31
assets :
44
32
- 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