From b0734da2ae5ad48058d9b8e9ec3c8fe505d82be0 Mon Sep 17 00:00:00 2001 From: qzl Date: Wed, 1 Apr 2026 14:18:38 +0800 Subject: [PATCH] feat(logging): add path_provider dependency --- apps/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/pubspec.yaml b/apps/pubspec.yaml index 98d37df..40c9f84 100644 --- a/apps/pubspec.yaml +++ b/apps/pubspec.yaml @@ -28,6 +28,7 @@ dependencies: image_picker: ^1.0.7 package_info_plus: ^8.0.3 url_launcher: ^6.3.1 + path_provider: ^2.1.2 dev_dependencies: flutter_test: