From 21f97c5bbcb92d21704a5c6ccd96120d0cbcd978 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 1 Oct 2022 00:00:15 +0000 Subject: [PATCH] chore(deps): update dependency flutter_riverpod to v2 --- packages/native_crypto/example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/native_crypto/example/pubspec.yaml b/packages/native_crypto/example/pubspec.yaml index 1e16cd6..2f2914f 100644 --- a/packages/native_crypto/example/pubspec.yaml +++ b/packages/native_crypto/example/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - flutter_riverpod: ^1.0.3 + flutter_riverpod: ^2.0.0 pointycastle: ^3.6.0 dev_dependencies: