search_choices 1.0.4 copy "search_choices: ^1.0.4" to clipboard
search_choices: ^1.0.4 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.

1.0.4 #

  • minor changes to CI/CD
  • git cleanups

1.0.3 #

  • minor improvements to README

1.0.2 #

  • minor improvements to README

1.0.1 #

  • CI/CD improved automated deployment

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
514
likes
0
pub points
96%
popularity

Publisher

verified publisherjod.li

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

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on search_choices