Skip to content

Commit

Permalink
⬆️ 📝 Add minCharsToShowItems parameter to MultipleSearchController & …
Browse files Browse the repository at this point in the history
…bump version
  • Loading branch information
esentis committed Apr 5, 2024
1 parent 28c0030 commit 62015ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.4 ✨ New parameter

- Added the `minCharsToShowItems` parameter to `MultipleSearchController` to delay the search operation until the user has typed a minimum number of characters.

## 2.6.3 ⬆️ Bumps Flutter version

- Due to the integration of the OverlayPortal feature, introduced in Flutter 3.10.0, the version constraints have been updated from `">=1.17.0"` to `">=3.10.0"`. This adjustment ensures compatibility with newer functionalities. Projects using versions of Flutter older than 3.10.0 and updating the library from versions 2.6.0 to 2.6.2 may encounter an '`OverlayPortalController' not found` error. It is recommended to update the Flutter environment to at least version `3.10.0` before applying this library update.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: multiple_search_selection
description: A highly customizable multiple selection widget with fuzzy search functionality.
version: 2.6.3
version: 2.6.4
homepage: "https://github.com/esentis/multiple_search_selection"
screenshots:
- description: "Main screenshot"
Expand Down

0 comments on commit 62015ed

Please sign in to comment.