chore: Apply dart analyze fixes

This commit is contained in:
2026-07-26 22:14:18 +02:00
parent 18f0d55e00
commit 06da4dbb16
11 changed files with 567 additions and 395 deletions

View File

@@ -115,10 +115,8 @@ class DetailsBloc extends Bloc<DetailsEvent, DetailsState> {
switch (event.trackingType) {
case TrackingMediumType.anime:
bloc.add(AnimeRemovedEvent(event.id));
break;
case TrackingMediumType.manga:
bloc.add(MangaRemovedEvent(event.id));
break;
}
// Navigate back