From ce0ddf55b1d3e7a5099d0c4652fd3c76d50a0559 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 | 16 ++++++++++++++-- pubspec.yaml | 4 ++-- 3 files changed, 25 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..8e35d377 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -237,6 +237,11 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "7.3.3" + flutter_localizations: + dependency: "direct main" + description: flutter + source: sdk + version: "0.0.0" flutter_platform_widgets: dependency: "direct main" description: @@ -304,7 +309,7 @@ packages: source: hosted version: "4.0.0" intl: - dependency: "direct main" + dependency: transitive description: name: intl url: "https://pub.dartlang.org" @@ -359,6 +364,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 +522,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..2c4be4e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,13 +22,13 @@ dependencies: flutter_bloc: ^7.0.0 flutter_platform_widgets: ^1.9.0 go_router: ^2.1.0 - intl: ^0.17.0 + flutter_localizations: + sdk: flutter 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: