From ced6581abcc0a615a69341a24e4a0751a401542d Mon Sep 17 00:00:00 2001 From: deenlabs Date: Sun, 9 Mar 2025 01:51:18 +0100 Subject: [PATCH 1/3] Fix issues with apple privacy manifest & connectivity_plus --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6e29ac2..112d1d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: flutter: sdk: flutter - connectivity_plus: ^6.0.3 + connectivity_plus: 6.1.3 csv: ^6.0.0 easy_localization: ^3.0.7 http: ^1.2.2 @@ -22,4 +22,4 @@ dependencies: dev_dependencies: lints: ^4.0.0 - test: ^1.25.2 \ No newline at end of file + test: ^1.25.2 From f154aed40252703137da393af857c6b27d584279 Mon Sep 17 00:00:00 2001 From: deenlabs Date: Tue, 20 May 2025 01:07:45 +0200 Subject: [PATCH 2/3] Update connectivty_plus --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 112d1d5..57a4a4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: flutter: sdk: flutter - connectivity_plus: 6.1.3 + connectivity_plus: 6.1.4 csv: ^6.0.0 easy_localization: ^3.0.7 http: ^1.2.2 From 1e1d57d070cbf03cfd3f0ce568fd6db186007348 Mon Sep 17 00:00:00 2001 From: deenlabs Date: Tue, 20 May 2025 01:11:38 +0200 Subject: [PATCH 3/3] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 57a4a4a..b9b0242 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,8 +14,8 @@ dependencies: sdk: flutter connectivity_plus: 6.1.4 csv: ^6.0.0 - easy_localization: ^3.0.7 - http: ^1.2.2 + easy_localization: ^3.0.7+1 + http: ^1.4.0 path_provider: ^2.1.3 xml: ^6.5.0 yaml: ^3.1.2