OpenLake/File-Sharing-App
Auf GitHub ansehen[HACKTOBERFEST] Improve File Upload Progress Indicator in Flutter App
Open
#13 geöffnet am 14. Sept. 2025
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.