From d2075d83b5bd62f56bf8b19bb24e877c424c4aad Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Tue, 20 Jan 2026 11:23:27 -0500 Subject: [PATCH] auto-claude: subtask-1-2 - Update flutter_riverpod to 3.1.0 Updated flutter_riverpod dependency from ^3.0.3 to ^3.1.0. This is a minor version update with backward-compatible changes. Co-Authored-By: Claude --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 42057b9..ced4842 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: cupertino_icons: ^1.0.8 - flutter_riverpod: ^3.0.3 + flutter_riverpod: ^3.1.0 riverpod_annotation: ^3.0.3 animate_do: ^4.2.0