From 60b45eb2b539e73b92179def876ce74e6f7a7aab Mon Sep 17 00:00:00 2001 From: zohaib-rentalmoose <75498515+zohaib-rentalmoose@users.noreply.github.com> Date: Fri, 23 Apr 2021 17:42:03 +0500 Subject: [PATCH] Conflicts with riverpod latest version json_annotation: ^3.0.0 package conflicts with riverpod latest version so please upgrade it.. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ddd9ae1..a9d1da9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: flutter: ">=1.12.0 <2.0.0" dependencies: - json_annotation: ^3.0.0 + json_annotation: ^4.0.0 flutter: sdk: flutter