searchable_dropdown 1.1.3 copy "searchable_dropdown: ^1.1.3" to clipboard
searchable_dropdown: ^1.1.3 copied to clipboard

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.

1.1.3 #

  • Corrected issue #21 to allow selection update from outside the plugin. Thanks to @lechuk and @ettiennelr !

1.1.2 #

A great work from lcuis to add these features in this widget

  • added demonstration for disabled and readOnly
  • test formatted
  • added readOnly and menuBackgroundColor parameters
  • clear icon disabled when Widget is disabled
  • demo app with a gallery as tabs or as a single page (change through a switch)
  • automated testing
  • continuous integration (CI)
  • continuous deployment (CD)
  • license is MIT
  • split constructors between single and multiple selection
  • comments on the constructors
  • selection can be done in a menu, not just a dialog box
  • solution to allow flexibility to provide a String, a Widget or a Function that returns either one of String or Widget for several components of the Widget
  • documentation
  • keyboard doesn't overlap dialog
302
likes
40
pub points
91%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on searchable_dropdown