OpenLake/File-Sharing-App

[HACKTOBERFEST] Improve File Upload Progress Indicator in Flutter App

Open

#13 aberto em 14 de set. de 2025

Ver no GitHub
 (13 comments) (0 reactions) (1 assignee)Dart (14 forks)auto 404
good first issuehacktoberfest

Métricas do repositório

Stars
 (8 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador