From 0d45bd122ef8fc581e485c98f9840a7ba80a396e Mon Sep 17 00:00:00 2001 From: Denis Beketsky Date: Fri, 24 Feb 2023 11:57:33 +0200 Subject: [PATCH 1/2] update intl version resolve --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 082e814..8dbcd64 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter: sdk: flutter flutter_layout_grid: ^2.0.0 - intl: ^0.17.0 + intl: ">=0.17.0 <1.0.0" meta: ^1.3.0 tuple: ^2.0.0 From 39a3df6c10ab1b9f98ff6be2d4c6b515f6f61e72 Mon Sep 17 00:00:00 2001 From: Denis Beketsky Date: Mon, 13 Mar 2023 15:40:27 +0200 Subject: [PATCH 2/2] Update pubspec.yaml Co-authored-by: Jonas Wanke --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8dbcd64..9d0b321 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter: sdk: flutter flutter_layout_grid: ^2.0.0 - intl: ">=0.17.0 <1.0.0" + intl: ^0.18.0 meta: ^1.3.0 tuple: ^2.0.0