From fddd9595450b61f1febd9f52bc381a92cfd9432b Mon Sep 17 00:00:00 2001 From: nyne Date: Fri, 28 Mar 2025 18:02:36 +0800 Subject: [PATCH] fix windows arm64 build. --- pubspec.lock | 9 +++++---- pubspec.yaml | 6 +++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 08e420e..ecbe6fc 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -757,10 +757,11 @@ packages: rhttp: dependency: "direct main" description: - name: rhttp - sha256: "037e9b59a68bb4ba664db1cbb4601e878cf5a2fc1cb3d0a9c58e3776609dec4d" - url: "https://pub.dev" - source: hosted + path: rhttp + ref: e7dca15ca543b5df49f3ada06016e874b79bce36 + resolved-ref: e7dca15ca543b5df49f3ada06016e874b79bce36 + url: "https://github.com/wgh136/rhttp" + source: git version: "0.11.0" screen_retriever: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 1999e95..d7ee5af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,7 +58,11 @@ dependencies: git: url: https://github.com/venera-app/lodepng_flutter ref: ac7d05dde32e8d728102a9ff66e6b55f05d94ba1 - rhttp: ^0.11.0 + rhttp: + git: + url: https://github.com/wgh136/rhttp + ref: e7dca15ca543b5df49f3ada06016e874b79bce36 + path: rhttp webdav_client: git: url: https://github.com/wgh136/webdav_client