Remove unnecessary libraries
This commit is contained in:
parent
fed7cda7f4
commit
bb85b8f774
2 changed files with 2 additions and 4 deletions
|
@ -121,7 +121,7 @@ packages:
|
|||
source: hosted
|
||||
version: "0.1.3"
|
||||
crypto:
|
||||
dependency: "direct main"
|
||||
dependency: transitive
|
||||
description:
|
||||
name: crypto
|
||||
url: "https://pub.dartlang.org"
|
||||
|
@ -722,7 +722,7 @@ packages:
|
|||
source: hosted
|
||||
version: "3.4.2"
|
||||
uuid:
|
||||
dependency: "direct main"
|
||||
dependency: transitive
|
||||
description:
|
||||
name: uuid
|
||||
url: "https://pub.dartlang.org"
|
||||
|
|
|
@ -30,7 +30,6 @@ dependencies:
|
|||
shared_preferences: ^0.5.6
|
||||
dio: ^3.0.9
|
||||
local_image_provider: ^1.0.0
|
||||
crypto: ^2.1.3
|
||||
image: ^2.1.4
|
||||
esys_flutter_share: ^1.0.2
|
||||
share_extend: ^1.1.9
|
||||
|
@ -61,7 +60,6 @@ dependencies:
|
|||
flutter_secure_storage: ^3.3.3
|
||||
uni_links: ^0.4.0
|
||||
crisp: ^0.1.3
|
||||
uuid: 2.2.2
|
||||
flutter_sodium: ^0.1.4
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue