From 26dd312c8886a01a0e8587df42bca9981d553d30 Mon Sep 17 00:00:00 2001 From: Laszlo Domonkos Date: Tue, 10 Sep 2024 11:25:30 +0200 Subject: [PATCH] NEVISACCESSAPP-6176: Updated pubspec.yaml due to latest Flutter version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f8df22a..19daad4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: sdk: flutter cupertino_icons: ^1.0.8 - intl: ^0.18.1 + intl: '>=0.18.1 <=0.19.0' flutter_bloc: ^8.1.5 get_it: ^7.7.0 injectable: ^2.4.2