OpenLake/File-Sharing-App
Vedi su GitHub[HACKTOBERFEST] Improve File Upload Progress Indicator in Flutter App
Open
#13 aperta il 14 set 2025
good first issuehacktoberfest
Metriche repository
- Star
- (8 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.