From 4477c715ef9414bb0165622ce6ba8fc077922b91 Mon Sep 17 00:00:00 2001 From: Ghulam Nasir Date: Thu, 12 Oct 2023 21:02:39 +0200 Subject: [PATCH] update intl dep --- example/pubspec.lock | 11 +++++++++-- pubspec.lock | 11 +++++++++-- pubspec.yaml | 3 +-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 2810abbc..feaab55f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -148,7 +148,7 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.17.0" + version: "0.18.1" js: dependency: transitive description: @@ -184,6 +184,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -272,7 +279,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" typed_data: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 4fedad95..1bbc8401 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -309,7 +309,7 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.17.0" + version: "0.18.1" io: dependency: transitive description: @@ -359,6 +359,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" meta: dependency: transitive description: @@ -510,7 +517,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.8" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 640e35b5..7bb42cd0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,13 +22,12 @@ dependencies: flutter_bloc: ^7.0.0 flutter_platform_widgets: ^1.9.0 go_router: ^2.1.0 - intl: ^0.17.0 + intl: ^0.18.1 json_annotation: ^4.0.1 lottie: ^1.0.1 provider: ^6.0.0 uuid: ^3.0.4 video_player: ^2.1.6 - dev_dependencies: build_runner: ^2.0.4 flutter_test: