From 791772e761de969a3d3e035502e90a25796b3bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Giubel=20Hern=C3=A1ndez=20Arbelo?= Date: Wed, 17 Sep 2025 18:23:46 -0400 Subject: [PATCH 1/2] chore: update dependencies --- pubspec.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6e29ac2..9766e1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,14 +12,14 @@ environment: dependencies: flutter: sdk: flutter - connectivity_plus: ^6.0.3 + connectivity_plus: ^7.0.0 csv: ^6.0.0 - easy_localization: ^3.0.7 - http: ^1.2.2 - path_provider: ^2.1.3 - xml: ^6.5.0 - yaml: ^3.1.2 + easy_localization: ^3.0.8 + http: ^1.5.0 + path_provider: ^2.1.5 + xml: ^6.6.1 + yaml: ^3.1.3 dev_dependencies: - lints: ^4.0.0 - test: ^1.25.2 \ No newline at end of file + lints: ^6.0.0 + test: ^1.26.3 \ No newline at end of file From 8a5e80c799196b98de684740cee50441627a526e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Giubel=20Hern=C3=A1ndez=20Arbelo?= Date: Wed, 17 Sep 2025 18:24:57 -0400 Subject: [PATCH 2/2] chore: update version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9766e1c..ea5a550 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Easy Localization Loader custom assets loaders for easy_localizatio homepage: https://github.com/aissat/easy_localization_loader issue_tracker: https://github.com/aissat/easy_localization_loader/issues -version: 2.0.2 +version: 2.0.3 environment: sdk: '>=3.4.0 <4.0.0'