We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deleteDialogBuilder
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.
onConfirm
The text was updated successfully, but these errors were encountered:
waiting for this
Sorry, something went wrong.
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
Successfully merging a pull request may close this issue.
deleteDialogBuilder
handles deleting files internally but exposes a different signature. In the following signatureonConfirm
method is redundant, as internally it already known the selected file.The text was updated successfully, but these errors were encountered: