Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReactiveImagePicker] Building custom deleteDialogBuilder is difficult in case of multiple files. #159

Closed
UsamaKarim opened this issue Sep 7, 2024 · 2 comments · Fixed by #160

Comments

@UsamaKarim
Copy link
Contributor

UsamaKarim commented Sep 7, 2024

deleteDialogBuilder handles deleting files internally but exposes a different signature. In the following signature

typedef DeleteDialogBuilder = Future<void> Function(
  BuildContext context,
  void Function(SelectedFile file) onConfirm,
);

onConfirm method is redundant, as internally it already known the selected file.

@alejandrogiubel
Copy link

waiting for this

Copy link

github-actions bot commented Oct 6, 2024

Hi @UsamaKarim!
Your issue has been closed. If we were helpful don't forget to star the repo.

Please check our reactive_forms_generator package

We would appreciate sponsorship subscription or one time donation
https://github.com/sponsors/artflutter

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 a pull request may close this issue.

2 participants