OpenLake/File-Sharing-App

[HACKTOBERFEST] Improve File Upload Progress Indicator in Flutter App

Open

#13 geöffnet am 14. Sept. 2025

Auf GitHub ansehen
 (13 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Dart (14 Forks)auto 404
good first issuehacktoberfest

Repository-Metriken

Stars
 (8 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The current Flutter app upload button lacks feedback on upload progress. Implement a progress indicator (e.g., a progress bar or circular indicator) showing the percentage of file uploaded in real-time. This will improve UX by informing users about upload status, especially for large files. Use existing packages like http's MultipartRequest with progress callbacks or third-party libraries.

Contributor Guide