From fa951cac95bf2e6f373a489fdf09b9e2af6ba1c5 Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 18 Mar 2025 10:52:01 +0800 Subject: [PATCH] Support multiple webdav authentication methods. Close #271 --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 84c2b4b..ca81557 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1045,8 +1045,8 @@ packages: dependency: "direct main" description: path: "." - ref: "285f87f15bccd2d5d5ff443761348c6ee47b98d1" - resolved-ref: "285f87f15bccd2d5d5ff443761348c6ee47b98d1" + ref: "2f669c98fb81cff1c64fee93466a1475c77e4273" + resolved-ref: "2f669c98fb81cff1c64fee93466a1475c77e4273" url: "https://github.com/wgh136/webdav_client" source: git version: "1.2.2" diff --git a/pubspec.yaml b/pubspec.yaml index 37a2bad..04bbc06 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -64,7 +64,7 @@ dependencies: webdav_client: git: url: https://github.com/wgh136/webdav_client - ref: 285f87f15bccd2d5d5ff443761348c6ee47b98d1 + ref: 2f669c98fb81cff1c64fee93466a1475c77e4273 battery_plus: ^6.2.1 local_auth: ^2.3.0 flutter_saf: