mangayomi-mirror/lib/modules/more/data_and_storage
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
..
providers Move cacheDir creation to storage_provider 2025-12-17 20:55:41 +01:00
create_backup.dart refactor: streamline archive import process and enhance cover image handling 2025-11-11 13:13:35 +01:00
data_and_storage.dart fix: improve error handling for backup restoration 2025-11-25 16:51:29 +01:00