File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "flutter": "3.29.3"
3
+ }
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class ArcgisMapController {
40
40
void Function (dynamic )? onPressed,
41
41
String ? url,
42
42
void Function (double )? getZoom,
43
- }) async {
43
+ }) {
44
44
return ArcgisMapPlatform .instance.addFeatureLayer (
45
45
options,
46
46
data,
@@ -62,7 +62,7 @@ class ArcgisMapController {
62
62
required String layerId,
63
63
required GraphicsLayerOptions options,
64
64
void Function (dynamic )? onPressed,
65
- }) async {
65
+ }) {
66
66
return ArcgisMapPlatform .instance.addGraphicsLayer (
67
67
options,
68
68
mapId,
@@ -75,7 +75,7 @@ class ArcgisMapController {
75
75
required String layerId,
76
76
required String url,
77
77
required SceneLayerOptions options,
78
- }) async {
78
+ }) {
79
79
return ArcgisMapPlatform .instance.addSceneLayer (
80
80
options: options,
81
81
layerId: layerId,
@@ -300,7 +300,7 @@ class ArcgisMapController {
300
300
ArcgisMapPlatform .instance.addViewPadding (mapId, padding);
301
301
}
302
302
303
- Future <void > toggleBaseMap ({required BaseMap baseMap}) async {
303
+ Future <void > toggleBaseMap ({required BaseMap baseMap}) {
304
304
return ArcgisMapPlatform .instance.toggleBaseMap (mapId, baseMap);
305
305
}
306
306
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
sdk : flutter
19
19
20
20
dev_dependencies :
21
- lint : ^2.0 .0
21
+ lint : ^2.8 .0
22
22
23
23
flutter :
24
24
plugin :
You can’t perform that action at this time.
0 commit comments