From cb0e224c405be50497c789e24055da1a08a34efa Mon Sep 17 00:00:00 2001 From: Mahdi Bagheri <53684884+mhbdev@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:26:54 +0000 Subject: [PATCH 1/2] 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: From 25e815da9be3630c21dcff7175ba8a0e861d9296 Mon Sep 17 00:00:00 2001 From: Mahdi Bagheri <53684884+mhbdev@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:32:24 +0000 Subject: [PATCH 2/2] Signed commit