File tree 10 files changed +20
-20
lines changed
arcgis_map_method_channel
arcgis_map_platform_interface 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ class ExampleMap extends StatefulWidget {
38
38
39
39
class _ExampleMapState extends State <ExampleMap > {
40
40
static const String _pinId1 = '123' ;
41
- final LatLng _firstPinCoordinates = LatLng (52.9 , 13.2 );
41
+ final LatLng _firstPinCoordinates = const LatLng (52.9 , 13.2 );
42
42
static const String _pinId2 = '456' ;
43
- final LatLng _secondPinCoordinates = LatLng (51 , 11 );
43
+ final LatLng _secondPinCoordinates = const LatLng (51 , 11 );
44
44
static const String _pinLayerId = 'PinLayer' ;
45
45
static const String _polygon1 = 'polygon1' ;
46
46
static const String _polygon2 = 'polygon2' ;
@@ -67,8 +67,8 @@ class _ExampleMapState extends State<ExampleMap> {
67
67
68
68
bool show3dMap = false ;
69
69
bool _baseMapToggled = false ;
70
- final initialCenter = LatLng (51.16 , 10.45 );
71
- final tappedHQ = LatLng (48.1234963 , 11.5910182 );
70
+ final initialCenter = const LatLng (51.16 , 10.45 );
71
+ final tappedHQ = const LatLng (48.1234963 , 11.5910182 );
72
72
var _isInteractionEnabled = true ;
73
73
74
74
@override
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class _VectorLayerExamplePageState extends State<VectorLayerExamplePage> {
19
19
children: [
20
20
ArcgisMap (
21
21
apiKey: arcGisApiKey,
22
- initialCenter: LatLng (51.16 , 10.45 ),
22
+ initialCenter: const LatLng (51.16 , 10.45 ),
23
23
zoom: 13 ,
24
24
vectorTileLayerUrls: const [
25
25
"https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer" ,
Original file line number Diff line number Diff line change @@ -134,10 +134,10 @@ packages:
134
134
dependency: transitive
135
135
description:
136
136
name: latlong2
137
- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
137
+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
138
138
url: "https://pub.dev"
139
139
source: hosted
140
- version: "0.8.1 "
140
+ version: "0.9.0 "
141
141
lint:
142
142
dependency: "direct dev"
143
143
description:
Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ packages:
106
106
dependency: transitive
107
107
description:
108
108
name: latlong2
109
- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
109
+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
110
110
url: "https://pub.dev"
111
111
source: hosted
112
- version: "0.8.1 "
112
+ version: "0.9.0 "
113
113
lints:
114
114
dependency: transitive
115
115
description:
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ packages:
64
64
dependency: transitive
65
65
description:
66
66
name: latlong2
67
- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
67
+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
68
68
url: "https://pub.dev"
69
69
source: hosted
70
- version: "0.8.1 "
70
+ version: "0.9.0 "
71
71
lints:
72
72
dependency: transitive
73
73
description:
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ packages:
64
64
dependency: transitive
65
65
description:
66
66
name: latlong2
67
- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
67
+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
68
68
url: "https://pub.dev"
69
69
source: hosted
70
- version: "0.8.1 "
70
+ version: "0.9.0 "
71
71
lints:
72
72
dependency: transitive
73
73
description:
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ packages:
57
57
dependency: transitive
58
58
description:
59
59
name: latlong2
60
- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
60
+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
61
61
url: "https://pub.dev"
62
62
source: hosted
63
- version: "0.8.1 "
63
+ version: "0.9.0 "
64
64
lints:
65
65
dependency: transitive
66
66
description:
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ packages:
50
50
dependency: "direct main"
51
51
description:
52
52
name: latlong2
53
- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
53
+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
54
54
url: "https://pub.dev"
55
55
source: hosted
56
- version: "0.8.1 "
56
+ version: "0.9.0 "
57
57
lints:
58
58
dependency: transitive
59
59
description:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
9
9
flutter :
10
10
sdk : flutter
11
11
12
- latlong2 : ^0.8.1
12
+ latlong2 : ^0.9.0
13
13
plugin_platform_interface : ^2.1.3
14
14
15
15
dev_dependencies :
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ packages:
70
70
dependency: transitive
71
71
description:
72
72
name: latlong2
73
- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
73
+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
74
74
url: "https://pub.dev"
75
75
source: hosted
76
- version: "0.8.1 "
76
+ version: "0.9.0 "
77
77
lint:
78
78
dependency: "direct dev"
79
79
description:
You can’t perform that action at this time.
0 commit comments