feat(ui): Cache tracked cover images for offline use

This commit is contained in:
2023-02-06 16:53:48 +01:00
parent 6a5c970101
commit 67531b84f0
6 changed files with 164 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ class AnimeListPage extends StatelessWidget {
body: PageView(
// Prevent swiping between pages
// (https://github.com/flutter/flutter/issues/37510#issuecomment-612663656)
physics: NeverScrollableScrollPhysics(),
physics: const NeverScrollableScrollPhysics(),
controller: _controller,
children: [
ListView.builder(