From 78ad8a31e7fdcf289751cfc8702ec102ebda0b09 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 9 May 2026 12:52:44 -0400 Subject: [PATCH] chore(flutter): promote path_provider to direct dep Already a transitive dep via flutter_secure_storage and flutter_cache_manager. Promoting to direct so we can import it from album_cover_cache (next commit) for the lock-screen artwork cache directory. Co-Authored-By: Claude Opus 4.7 (1M context) --- flutter_client/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/flutter_client/pubspec.yaml b/flutter_client/pubspec.yaml index 713f2755..46e90fdb 100644 --- a/flutter_client/pubspec.yaml +++ b/flutter_client/pubspec.yaml @@ -23,6 +23,7 @@ dependencies: package_info_plus: ^8.3.1 pub_semver: ^2.1.4 cupertino_icons: ^1.0.8 + path_provider: ^2.1.5 dev_dependencies: flutter_test: