chore: upgrade dependencies and fix new lint warnings

This commit is contained in:
edde746
2026-02-09 09:06:31 +01:00
parent 839c274e0d
commit 8aa7d15dca
13 changed files with 155 additions and 186 deletions
@@ -804,11 +804,7 @@ class _LibraryBrowseTabState extends BaseLibraryTabState<PlexMetadata, LibraryBr
}
_scrollController
.animateTo(
clampedOffset,
duration: const Duration(milliseconds: 300),
curve: Curves.easeInOut,
)
.animateTo(clampedOffset, duration: const Duration(milliseconds: 300), curve: Curves.easeInOut)
.then((_) {
// Only clear the flag if no newer jump has started.
if (mounted && gen == _jumpScrollGeneration) {