fix(flutter): drop unused imports flagged by analyze

Slice A landed with three transitive imports that the analyzer
correctly flagged as unused. AppDb / CachedAlbums table refs
propagate through audio_cache_manager.dart's `show appDbProvider`
re-export chain so the explicit db.dart import in the consumers
is redundant.
This commit is contained in:
2026-05-13 20:30:33 -04:00
parent 64db364834
commit 0504cae27c
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@ import 'package:flutter_riverpod/flutter_riverpod.dart';
import '../cache/adapters.dart';
import '../cache/audio_cache_manager.dart' show appDbProvider;
import '../cache/db.dart';
import '../models/album.dart';
import '../models/artist.dart';
import '../models/track.dart';