chore(deps): update dependency github:cqlabs/homebrew-dcm to v1.35.1 (#26278)

* chore(deps): update dependency github:cqlabs/homebrew-dcm to v1.35.1

* fix static analysis

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-18 23:47:54 +05:30
committed by GitHub
parent 65e1bb83b7
commit 85cb515cae
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class MapPage extends HookConsumerWidget {
}
// finds the nearest asset marker from the tap point and store it as the selectedMarker
Future<void> onMarkerClicked(Point<double> point, LatLng coords) async {
Future<void> onMarkerClicked(Point<double> point, LatLng _) async {
// Guard map not created
if (mapController.value == null) {
return;