From 158a5d7506561126ab00dea863ba9ea82c8e0b36 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 13 May 2026 21:59:35 -0400 Subject: [PATCH] fix(flutter): drop unused adapters import in library_screen Slice E removed the bulk fetchAndPopulate paths that called toRef / toDrift; the adapters.dart import is now unused. --- flutter_client/lib/library/library_screen.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/flutter_client/lib/library/library_screen.dart b/flutter_client/lib/library/library_screen.dart index ca4e90ab..43712ea6 100644 --- a/flutter_client/lib/library/library_screen.dart +++ b/flutter_client/lib/library/library_screen.dart @@ -9,7 +9,6 @@ import '../api/endpoints/library_lists.dart'; import '../api/endpoints/likes.dart'; import '../api/endpoints/me.dart'; import '../auth/auth_provider.dart' show authControllerProvider; -import '../cache/adapters.dart'; import '../cache/audio_cache_manager.dart' show appDbProvider; import '../cache/cache_first.dart'; import '../cache/connectivity_provider.dart';