Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 5d851b7

Browse files
committed
update
1 parent 46fb404 commit 5d851b7

9 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ SkySync is a modern file management application built with Flutter that provides
6262
- **Localization**: easy_localization
6363
- **QR Code**: qr_flutter
6464

65+
## First look
66+
67+
| ![img1](rdAssets/2.png) | ![img2](rdAssets/3.png)|
68+
| ![img1](rdAssets/4.png) | ![img2](rdAssets/5.png)|
69+
| ![img1](rdAssets/6.png) | ![img2](rdAssets/7.png)|
70+
6571
## Getting Started
6672

6773
### Prerequisites
@@ -218,14 +224,6 @@ flutter build web --release
218224

219225
This project is licensed under the MIT License - see the LICENSE file for details.
220226

221-
## Support
222-
223-
For support and questions:
224-
225-
- Create an issue in the repository
226-
- Check the documentation in the `docs/` folder
227-
- Review the error handling demo at `/error-demo` route
228-
229227
## Roadmap
230228

231229
- [ ] Offline mode support

assets/lang/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
"files.favorite": "Add to favorites",
239239
"files.unfavorite": "Remove from favorites",
240240
"files.create_folder": "Create folder",
241+
"files.close": "Close",
241242
"files.create_folder_desc": "Create a new folder in the current folder",
242243
"files.folder_name": "Folder name",
243244
"files.enter_folder_name": "Enter folder name",

assets/lang/pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
"files.favorite": "Dodaj do ulubionych",
239239
"files.unfavorite": "Usuń z ulubionych",
240240
"files.create_folder": "Utwórz folder",
241+
"files.close": "Zamknij",
241242
"files.create_folder_desc": "Utwórz nowy folder w obecnym folderze",
242243
"files.folder_name": "Nazwa folderu",
243244
"files.enter_folder_name": "Wprowadź nazwę folderu",

rdAssets/2.png

288 KB
Loading

rdAssets/3.png

397 KB
Loading

rdAssets/4.png

245 KB
Loading

rdAssets/5.png

199 KB
Loading

rdAssets/6.png

241 KB
Loading

rdAssets/7.png

245 KB
Loading

0 commit comments

Comments
 (0)