lcuis / search_choices

Widget to let the user search through a keyword string typed on a customizable keyboard in a single or multiple choices list presented as a dropdown in a dialog box or a menu.
MIT License
49 stars 40 forks source link

added dropDownDialogPadding parameter #79

Closed Macacoazul01 closed 2 years ago

Macacoazul01 commented 2 years ago

With this new parameter there's the possibility to restraint the current full screen dialog to something more flexible by changing the dialog padding.

"Fixes" #77

Macacoazul01 commented 2 years ago

@lcuis, still there's a need to uncomment the assert on the line 955 as when the user sets a custom dialog the new parameter doesn't make sence.

lcuis commented 2 years ago

Thank you very much @Macacoazul01 !

If that's ok for you, I will now add your name to the contributors on the README file.

I will also do the following:

  1. integrate your example to the custom display example.
  2. generate and upload an updated gif of this example.
  3. update the list of parameters in the search_choices.dart file.
  4. update the parameters and example in the README.
  5. test all the examples.
  6. publish to pub.dev .