feat: major ui/ux improvements

This commit is contained in:
gasaichandesu
2025-08-30 21:46:16 +04:00
parent 58d7808a8d
commit 4b1cecbefd
20 changed files with 440 additions and 261 deletions
@@ -47,7 +47,7 @@ class DownloadObjectUseCase
);
final total = meta.size;
final pathToFile = '${request.destinationPath}/${Config.objectName}';
final pathToFile = '${request.destinationPath}${Config.objectName}';
await _fileSystem.ensureParentExists(pathToFile);