Add dependency on crypto pkg for sha
This commit is contained in:
parent
987ac050b0
commit
afacbc735e
2 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,7 @@ packages:
|
|||
source: hosted
|
||||
version: "0.3.3+4"
|
||||
crypto:
|
||||
dependency: transitive
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: crypto
|
||||
sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67
|
||||
|
|
|
@ -30,6 +30,7 @@ dependencies:
|
|||
collection: # dart
|
||||
computer: ^2.0.0
|
||||
confetti: ^0.6.0
|
||||
crypto: ^3.0.2
|
||||
connectivity_plus: ^3.0.3
|
||||
cupertino_icons: ^1.0.0
|
||||
device_info: ^2.0.2
|
||||
|
|
Loading…
Reference in a new issue