search_choices 0.0.1 copy "search_choices: ^0.0.1" to clipboard
search_choices: ^0.0.1 copied to clipboard

outdated

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.

0.0.1 #

Improvements on a pull request that was probably changing too many things to be accepted of the great icemanbsi's searchable_dropdown: https://github.com/icemanbsi/searchable_dropdown/pull/11 Part of the pull request I proposed:

  • keyboardType
  • validator
  • label
  • searchFn
  • multipleSelection

New with this repository:

  • 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
560
likes
40
points
3.95k
downloads

Publisher

verified publisherjod.li

Weekly Downloads

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 search_choices

Packages that implement search_choices