From afacbc735e9bf685663c65f118575a7a7d3e1f15 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Sat, 25 Feb 2023 16:40:23 +0530 Subject: [PATCH] Add dependency on crypto pkg for sha --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index 0b23a8530..90327b459 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -249,7 +249,7 @@ packages: source: hosted version: "0.3.3+4" crypto: - dependency: transitive + dependency: "direct main" description: name: crypto sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67 diff --git a/pubspec.yaml b/pubspec.yaml index 94eb50b08..ae0fec3c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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