mangayomi-mirror/lib/modules/more
NBA2K1 0ed8ee2cd2 Move cacheDir creation to storage_provider
- Move the cacheDir creation to storage_provider from `others.dart`, `custom_extended_image_provider.dart` and `storage_usage.dart`.

- Use the correct directory, `getApplicationCacheDirectory()` instead of the `getTemporaryDirectory()` (which is being deleted by the OS regularly) for cache files.

- remove the `_cacheDownloadPath` from `storage_usage.dart` as the path is never being created in the first place, so using that path in `clearCache()` and `_getTotalDiskSpace()` is unnecessary.
2025-12-17 20:55:41 +01:00
..
about Update 2025-10-29 13:25:52 +01:00
categories Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
data_and_storage Move cacheDir creation to storage_provider 2025-12-17 20:55:41 +01:00
download_queue refactor: simplify CustomFloatingActionBtn and remove unnecessary width calculations 2025-11-11 15:27:12 +01:00
providers Refactor and update dependencies for Isar and Riverpod 2025-10-29 13:08:42 +01:00
settings feat(user-agent): add default user agent setting 2025-12-10 14:14:51 +01:00
statistics refactor(statistics): update statistics provider to use functional provider pattern 2025-12-05 17:03:51 +01:00
widgets
more_screen.dart