File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
arcgis_map_method_channel
arcgis_map_platform_interface Expand file tree Collapse file tree 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 {
3838
3939class _ExampleMapState extends State <ExampleMap > {
4040 static const String _pinId1 = '123' ;
41- final LatLng _firstPinCoordinates = LatLng (52.9 , 13.2 );
41+ final LatLng _firstPinCoordinates = const LatLng (52.9 , 13.2 );
4242 static const String _pinId2 = '456' ;
43- final LatLng _secondPinCoordinates = LatLng (51 , 11 );
43+ final LatLng _secondPinCoordinates = const LatLng (51 , 11 );
4444 static const String _pinLayerId = 'PinLayer' ;
4545 static const String _polygon1 = 'polygon1' ;
4646 static const String _polygon2 = 'polygon2' ;
@@ -67,8 +67,8 @@ class _ExampleMapState extends State<ExampleMap> {
6767
6868 bool show3dMap = false ;
6969 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 );
7272 var _isInteractionEnabled = true ;
7373
7474 @override
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class _VectorLayerExamplePageState extends State<VectorLayerExamplePage> {
1919 children: [
2020 ArcgisMap (
2121 apiKey: arcGisApiKey,
22- initialCenter: LatLng (51.16 , 10.45 ),
22+ initialCenter: const LatLng (51.16 , 10.45 ),
2323 zoom: 13 ,
2424 vectorTileLayerUrls: const [
2525 "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:
134134 dependency: transitive
135135 description:
136136 name: latlong2
137- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
137+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
138138 url: "https://pub.dev"
139139 source: hosted
140- version: "0.8.1 "
140+ version: "0.9.0 "
141141 lint:
142142 dependency: "direct dev"
143143 description:
Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ packages:
106106 dependency: transitive
107107 description:
108108 name: latlong2
109- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
109+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
110110 url: "https://pub.dev"
111111 source: hosted
112- version: "0.8.1 "
112+ version: "0.9.0 "
113113 lints:
114114 dependency: transitive
115115 description:
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ packages:
6464 dependency: transitive
6565 description:
6666 name: latlong2
67- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
67+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
6868 url: "https://pub.dev"
6969 source: hosted
70- version: "0.8.1 "
70+ version: "0.9.0 "
7171 lints:
7272 dependency: transitive
7373 description:
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ packages:
6464 dependency: transitive
6565 description:
6666 name: latlong2
67- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
67+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
6868 url: "https://pub.dev"
6969 source: hosted
70- version: "0.8.1 "
70+ version: "0.9.0 "
7171 lints:
7272 dependency: transitive
7373 description:
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ packages:
5757 dependency: transitive
5858 description:
5959 name: latlong2
60- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
60+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
6161 url: "https://pub.dev"
6262 source: hosted
63- version: "0.8.1 "
63+ version: "0.9.0 "
6464 lints:
6565 dependency: transitive
6666 description:
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ packages:
5050 dependency: "direct main"
5151 description:
5252 name: latlong2
53- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
53+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
5454 url: "https://pub.dev"
5555 source: hosted
56- version: "0.8.1 "
56+ version: "0.9.0 "
5757 lints:
5858 dependency: transitive
5959 description:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99 flutter :
1010 sdk : flutter
1111
12- latlong2 : ^0.8.1
12+ latlong2 : ^0.9.0
1313 plugin_platform_interface : ^2.1.3
1414
1515dev_dependencies :
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ packages:
7070 dependency: transitive
7171 description:
7272 name: latlong2
73- sha256: "408993a0e3f46e79ce1f129e4cb0386eef6d48dfa6394939ecacfbd7049154ec "
73+ sha256: "18712164760cee655bc790122b0fd8f3d5b3c36da2cb7bf94b68a197fbb0811b "
7474 url: "https://pub.dev"
7575 source: hosted
76- version: "0.8.1 "
76+ version: "0.9.0 "
7777 lint:
7878 dependency: "direct dev"
7979 description:
You can’t perform that action at this time.
0 commit comments