OpenLake/File-Sharing-App
GitHub で見る[HACKTOBERFEST] Improve File Upload Progress Indicator in Flutter App
Open
#13 opened on 2025年9月14日
good first issuehacktoberfest
Repository metrics
- Stars
- (8 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.