flutter_searchable_dropdown 2.0.0 copy "flutter_searchable_dropdown: ^2.0.0" to clipboard
flutter_searchable_dropdown: ^2.0.0 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.

2.0.0 #

  • Refactored Package

1.2.1 #

  • Change as package

1.2.0 #

  • Support Running 3.3.10

1.1.4 #

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
2
likes
130
pub points
82%
popularity

Publisher

verified publishersolusibejo.com

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_searchable_dropdown