flutter_searchable_dropdown 1.2.0
flutter_searchable_dropdown: ^1.2.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.
1.2.0 #
- Support Running 3.3.10
1.1.4 #
- Bug: menu mode didn't open choices when on hosted web. https://github.com/lcuis/search_choices/issues/9 and https://github.com/icemanbsi/flutter_searchable_dropdown/issues/39
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