mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 01:29:04 +03:00
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:
@@ -22,7 +22,7 @@ opentofu = "1.11.4"
|
|||||||
java = "21.0.2"
|
java = "21.0.2"
|
||||||
|
|
||||||
[tools."github:CQLabs/homebrew-dcm"]
|
[tools."github:CQLabs/homebrew-dcm"]
|
||||||
version = "1.30.0"
|
version = "1.35.1"
|
||||||
bin = "dcm"
|
bin = "dcm"
|
||||||
postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm"
|
postinstall = "chmod +x $MISE_TOOL_INSTALL_PATH/dcm"
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
version: '>=1.29.0 <=1.30.0'
|
version: '>=1.29.0 <=1.36.0'
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ class MapPage extends HookConsumerWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// finds the nearest asset marker from the tap point and store it as the selectedMarker
|
// 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
|
// Guard map not created
|
||||||
if (mapController.value == null) {
|
if (mapController.value == null) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ class MapLocationPickerPage extends HookConsumerWidget {
|
|||||||
marker.value = await controller.value?.addMarkerAtLatLng(initialLatLng);
|
marker.value = await controller.value?.addMarkerAtLatLng(initialLatLng);
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> onMapClick(Point<num> point, LatLng centre) async {
|
Future<void> onMapClick(Point<num> _, LatLng centre) async {
|
||||||
selectedLatLng.value = centre;
|
selectedLatLng.value = centre;
|
||||||
await controller.value?.animateCamera(CameraUpdate.newLatLng(centre));
|
await controller.value?.animateCamera(CameraUpdate.newLatLng(centre));
|
||||||
if (marker.value != null) {
|
if (marker.value != null) {
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ class ExternalNetworkPreference extends HookConsumerWidget {
|
|||||||
saveEndpointList();
|
saveEndpointList();
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget proxyDecorator(Widget child, int index, Animation<double> animation) {
|
Widget proxyDecorator(Widget child, int _, Animation<double> animation) {
|
||||||
return AnimatedBuilder(
|
return AnimatedBuilder(
|
||||||
animation: animation,
|
animation: animation,
|
||||||
builder: (BuildContext context, Widget? child) {
|
builder: (BuildContext context, Widget? child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user