From 7ffab2fa16254cd21497be3c6645b89c7fb5b273 Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 4 Apr 2024 10:52:40 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E4=BE=9D=E8=B5=96=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.lock | 11 +++++------ pubspec.yaml | 7 ++----- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 00d38146e..41b4354ed 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -500,11 +500,10 @@ packages: floating: dependency: "direct main" description: - path: "." - ref: main - resolved-ref: "754e5c4e565f29cd095c0e444ac796019ff1acc2" - url: "https://github.com/wrbl606/floating.git" - source: git + name: floating + sha256: "04c3c96909b94dd6d2d121c69707739825e1f3dceca5ae451a9b8c0e652d246b" + url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/" + source: hosted version: "2.0.2" flutter: dependency: "direct main" @@ -940,7 +939,7 @@ packages: path: "." ref: HEAD resolved-ref: "922e1f3d0b68291c42a2ec3a83542a886ea9b041" - url: "https://github.com/orz12/mime/" + url: "https://github.com/orz12/mime.git" source: git version: "1.0.5" nil: diff --git a/pubspec.yaml b/pubspec.yaml index ed666f9e1..8fe336d95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -122,10 +122,7 @@ dependencies: # 代理 system_proxy: ^0.1.0 # pip - floating: - git: - url: https://github.com/wrbl606/floating.git - ref: main + floating: ^2.0.2 # html解析 html: ^0.15.4 # html渲染 @@ -143,7 +140,7 @@ dependencies: marquee: ^2.2.3 dependency_overrides: mime: - git: https://github.com/orz12/mime/ + git: https://github.com/orz12/mime.git dev_dependencies: flutter_test: