Remove unsused dependencies

This commit is contained in:
Shawn 2024-02-20 14:31:48 -07:00
parent b6699831d7
commit 596abc850c
2 changed files with 0 additions and 18 deletions

View File

@ -97,14 +97,6 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.0.0" version: "1.0.0"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: d57953e10f9f8327ce64a508a355f0b1ec902193f66288e8cb5070e7c47eeb2d
url: "https://pub.dev"
source: hosted
version: "1.0.6"
dependency_validator: dependency_validator:
dependency: "direct dev" dependency: "direct dev"
description: description:
@ -408,14 +400,6 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.6.2" version: "0.6.2"
image_gallery_saver:
dependency: "direct main"
description:
name: image_gallery_saver
sha256: "0aba74216a4d9b0561510cb968015d56b701ba1bd94aace26aacdd8ae5761816"
url: "https://pub.dev"
source: hosted
version: "2.0.3"
internet_connection_checker: internet_connection_checker:
dependency: "direct main" dependency: "direct main"
description: description:

View File

@ -14,7 +14,6 @@ dependencies:
sdk: flutter sdk: flutter
collection: ^1.17.0 collection: ^1.17.0
cupertino_icons: ^1.0.5
desktop_window: ^0.4.0 desktop_window: ^0.4.0
drop_cap_text: ^1.1.3 drop_cap_text: ^1.1.3
equatable: ^2.0.5 equatable: ^2.0.5
@ -38,7 +37,6 @@ dependencies:
http: ^1.1.0 http: ^1.1.0
image: ^4.1.3 image: ^4.1.3
image_fade: ^0.6.2 image_fade: ^0.6.2
image_gallery_saver: ^2.0.3
intl: ^0.18.1 intl: ^0.18.1
internet_connection_checker: ^1.0.0+1 internet_connection_checker: ^1.0.0+1
package_info_plus: ^5.0.0 package_info_plus: ^5.0.0