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

Highly customizable Widget to search through a single or multiple choices list in a dialog box or a menu. Supports pagination, future/API/webservice searches with sort and filter.

2.2.7 #

  • lints and dependabot issues corrected

2.2.6 #

2.2.5 #

  • pubspec.yaml description was too long for pub.dev

2.2.4 #

2.2.3 #

2.2.2 #

2.2.1 #

2.2.0 #

2.1.8 #

2.1.7 #

2.1.6 #

2.1.5 #

2.1.4 #

2.1.3 #

  • Corrected video link on readme page to use https instead of http.

2.1.2 #

2.1.1 #

2.1.0 #

2.0.21 #

2.0.20 #

2.0.19 #

2.0.18 #

2.0.17 #

2.0.16 #

2.0.15 #

2.0.14 #

2.0.13 #

  • Removed issue example from example project.

2.0.12 #

  • Trying to comply with the pub.dev formatting.

2.0.11 #

2.0.10 #

  • Trying to comply with the pub.dev formatting.

2.0.9 #

  • Trying to comply with the pub.dev formatting unmentioned requirements.

2.0.8 #

2.0.7 #

2.0.6 #

2.0.5 #

  • Corrected bug on pagination: scroll down and move to next page or type a new keyword, the scroll remained down.
  • Improved documentation.

2.0.4 #

  • Added pagination with itemsPerPage, currentPage and customPaginationDisplay parameters
  • Added possibility to perform future/network searches with order and filter selections through the addition of the futureSearchFn, futureSearchOrderOptions, futureSearchFilterOptions and futureSelectedValues parameters

2.0.3 #

2.0.2 #

2.0.1 #

  • Improved dartdoc documentation.
  • Added dartdoc command script that is not affected by the issue where dartdoc tries to parse SDK libraries.
  • Added linux release and mentioned windows as a possibility.

2.0.0 #

1.0.17 #

1.0.16 #

1.0.15 #

1.0.14 #

  • Surrounded the DropdownDialog with a StatefulBuilder to allow the refresh of the display when there is a call to updateParent through a setState.

1.0.13 #

  • surrounded a setState by an if statement to check that mounted is set to true
  • corrected issue 8: ios compile error: search_choices_for_push-Swift.h file not found. Thanks @jaspervdbijl !

1.0.12 #

  • improvement of the selection update logic
  • consecutive adaptation of the examples

1.0.11 #

1.0.10 #

1.0.9 #

  • adapted dropdown list display to support multiple selection editable list
  • added an example of multiple selection editable list

1.0.8 #

  • added rightToLeft parameter to README

1.0.7 #

  • made it possible to make a dark mode without changing the theme with an example
  • added an example for ellipsis text overflow handling
  • made it possible to support right to left languages with an example

1.0.6 #

  • selectable items can be added and removed by the user

1.0.5 #

  • added demonstration for disabled and readOnly
  • test formatted
  • added readOnly and menuBackgroundColor parameters
  • clear icon disabled when Widget is disabled

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
513
likes
130
pub points
96%
popularity

Publisher

verified publisherjod.li

Highly customizable Widget to search through a single or multiple choices list in a dialog box or a menu. Supports pagination, future/API/webservice searches with sort and filter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on search_choices