multi_select_flutter icon indicating copy to clipboard operation
multi_select_flutter copied to clipboard

Added onCancel Handler

Open dev-pacific22 opened this issue 3 years ago • 3 comments

Added onCancel handler for MultiSelectDialog and MultiSelectBottomSheet. I have opened issue #53 for this

dev-pacific22 avatar Jul 05 '21 08:07 dev-pacific22

Hi, I would need this too :-) Is there a plan when this feature will be released?

meeximum avatar Jan 23 '22 09:01 meeximum

I think its been long time I have raise this PR but no action taken.(Not sure the repo is getting maintained or not) @meeximum If you still looking for this feature then you can used forked repo by integrating in your .yaml following way.

multi_select_flutter:
  git:
    url: https://github.com/dev-pacific22/multi_select_flutter.git
    ref: cancel_impl

Hope this will help you to some extent.

dev-pacific22 avatar Jan 31 '22 07:01 dev-pacific22

please add the option: barrierDismissible: false , to the MultiSelectDialogField widget. since it generates errors when the user closes the dialog through the barrier

mateoghione99 avatar Jun 18 '22 03:06 mateoghione99