Skip to content

Conversation

AmanRajSinghMourya
Copy link
Contributor

Description

Allow selection and upload of multiple files in one go.

fileUploadFuture.then((enteFile) async {
completedUploads++;
progressDialog.update(
message: "Uploaded $completedUploads/${files.length} files...",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extract to ARB?

}).catchError((e) {
completedUploads++;
progressDialog.update(
message:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto.

@vishnukvmd vishnukvmd merged commit 8c22b79 into main Sep 30, 2025
3 checks passed
@vishnukvmd vishnukvmd deleted the multiple_file_uploads branch September 30, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants