fix(deps): update dependency flutter_typeahead to v5
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| flutter_typeahead | dependencies | major | ^4.0.0 -> ^5.0.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
AbdulRahmanAlHamali/flutter_typeahead (flutter_typeahead)
v5.2.0
Added
- force refreshing suggestions with
SuggestionsController.refresh
Fixed
- suggestionsCallback getting called even when closed
v5.1.0
Added
- Returning null from
suggestionsCallbackhides the box showOnFocusparameter forTypeAheadFieldto allow not showing the box on focusgainFocusparamater forSuggestionsController.opento allow opening the box without focusing
v5.0.2
Changed
- Upgraded flutter_keyboard_visibility: ^5.4.1 to ^6.0.0
- Upgraded pointer_interceptor: ^0.9.3+6 to ^0.10.0
Fixed
- dispose error in suggestions search
v5.0.1
Fixed
- SetState error in suggestions box
v5.0.0
Added
- Custom
TextFieldbuilder via thebuilderproperty, replacingTextFieldConfiguration decorationBuilderproperty for customizingSuggestionsBoxdecoration- Suggestions state (items, loading, error) in
SuggestionsController - Streams in
SuggestionsControllerfor notification of selected suggestions
Changed
- Renamed
SuggestionsBoxControllertoSuggestionsController - Renamed
layoutArchitecturetolistBuilder - Renamed
noItemsFoundBuildertoemptyBuilder - Renamed
onSuggestionSelectedtoonSelected - Renamed
suggestionsBoxVerticalOffsettooffset, now including horizontal offset - Renamed
hideSuggestionsOnKeyboardHidetohideWithKeyboard - Renamed
keepSuggestionsOnSuggestionSelectedtohideOnSelectand inverted its functionality - Renamed
keepSuggestionsOnLoadingtoretainOnLoading
Removed
SuggestionsBoxDecoration, replaced bydecorationBuilderTextFieldConfiguration, replaced by customTextFieldbuilderCupertinoSuggestionsBoxControllerin favor ofSuggestionsControllerTypeAheadFormFiled, replaced by customTextFieldbuilderinterceptingparameter (now always true)onSuggestionsBoxToggleparameter (replaced with subscriptions toSuggestionsController)ignoreAccessibleNavigationparameter (no longer required with newOverlaycode)animationStartparameter (use animation mapping)minCharsForSuggestionsparameter (implement in client code)autoFlipListDirectionparameter (uselistBuilder)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: pubspec.lock
Command failed: flutter pub upgrade flutter_typeahead
Because rtu_mirea_app depends on sort_box from path which doesn't exist (could not find package sort_box at "packages/neon/packages/sort_box"), version solving failed.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: pubspec.lock
Command failed: flutter pub upgrade flutter_typeahead
Because rtu_mirea_app depends on sort_box from path which doesn't exist (could not find package sort_box at "packages/neon/packages/sort_box"), version solving failed.