From deb866da6342afdddd40e0c569c7f907a5ddd340 Mon Sep 17 00:00:00 2001 From: nyne Date: Thu, 19 Dec 2024 16:39:32 +0800 Subject: [PATCH] fix #10 --- debian/gui/pixes.desktop | 1 - pubspec.lock | 11 +++++------ pubspec.yaml | 5 +---- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/debian/gui/pixes.desktop b/debian/gui/pixes.desktop index b42ee4a..f9d608a 100644 --- a/debian/gui/pixes.desktop +++ b/debian/gui/pixes.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Version={{Version}} Name=Pixes GenericName=Pixes Comment=Unofficial pixiv application diff --git a/pubspec.lock b/pubspec.lock index e0f4b5a..6e44420 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -291,12 +291,11 @@ packages: flutter_to_arch: dependency: "direct dev" description: - path: "." - ref: "15bfead" - resolved-ref: "15bfead0380fda79b0256b37c73b886b0882f1bf" - url: "https://github.com/wgh136/flutter_to_arch" - source: git - version: "1.0.0" + name: flutter_to_arch + sha256: b68b2757a89a517ae2141cbc672acdd1f69721dd686cacad03876b6f436ff040 + url: "https://pub.dev" + source: hosted + version: "1.0.1" flutter_web_plugins: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index ca94a82..8c3eab4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -74,10 +74,7 @@ dev_dependencies: # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^3.0.0 - flutter_to_arch: - git: - url: https://github.com/wgh136/flutter_to_arch - ref: 15bfead + flutter_to_arch: ^1.0.1 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec