From 16e02b080652477a2a4238097178469f8a2ae714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:03:30 +0000 Subject: [PATCH] fix(deps): update dependency riverpod_annotation to v4 --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 795a32c..e02ed7e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: flutter_riverpod: ^2.5.1 media_query_preview: path: ../ - riverpod_annotation: ^2.3.5 + riverpod_annotation: ^4.0.2 dev_dependencies: build_runner: ^2.4.11