- Upload Files of any Format - [pdf,mb4,mov,png,jpeg,.. and so] from local storage of Device to Server
- Fetch All Updates Files From Server and Display On App HomePage each file will be on form Of ListTile.
- By Sliding the ListTile of each File to the left you can star any file or donwnlod file using nice animation.
- By Sliding the ListTile of each File to the right you can update any file name or delete file using nice animation.
- Any modification on files via App will directly reflectd to PostgresSql database witch Connected Directly To Spring boot rest Api.
- App can View the Size of each Files on any format [bytes,megabyes,kilobytes,.. and so on]
- Implementation of dark mode and light mode
- state Management is Done Using provider , and always Progress bar cycle will appear if any modification happens as the app connected directly to backend
- Search Throughout List of files using file name
- download files from server to local storage device
- View and run Files within the app itself
- Backend(Server) : . database : PostgresSql . Rest Api : Spring boot . deployment : railway
- Frontend(Flutter) : . state Management : Provider . Code structure Pattern : Model view Control (MVC) . Resposnive Screen : MediaQuery
- Project Management : git and github
Untitled.mp4
git clone "repo_link"
cd drive_app
flutter pub get
flutter run