From acc3c91663315136b51336f8777a9cb55e4ce8a1 Mon Sep 17 00:00:00 2001 From: Mahdi Bagheri <53684884+mhbdev@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:04:48 +0330 Subject: [PATCH] Upgraded pinenacl dependency (#13) * Upgrading pinenacl dependency to prevent Method not found: 'UnmodifiableUint8ListView'. error in the latest flutter version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e4283b3..b0b2c67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: collection: ^1.17.1 convert: ^3.1.1 http: ^1.1.0 - pinenacl: ^0.5.1 + pinenacl: ^0.6.0 pointycastle: ^3.7.3 dev_dependencies: