From 517600e79e8b340df33e348b82aaf22ec34378cb Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 20 Jul 2026 15:07:09 -0400 Subject: [PATCH] pin path_provider to 2.1.5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e9f6aff..b5e50d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: hooks_riverpod: 3.3.2 intl: 0.20.2 fast_immutable_collections: 11.2.0 - path_provider: 2.1.6 + path_provider: 2.1.5 # Pinned to avoid dealing with JNI url_launcher: 6.3.2 freezed_annotation: 3.1.0 image_picker: 1.2.3