searchfield
searchfield copied to clipboard
A highly customizable simple and easy to use autocomplete widget to your Flutter Application.This Widget allows you to search and select from list of suggestions.
**Describe the bug** SearchField doesn't support Directions (LTR , RTL) even if you wrap it into **Directionality** widget **To Reproduce** Steps to reproduce the behavior: 1. Use this library 2....
../../../.pub-cache/hosted/pub.dev/searchfield-1.3.2/lib/src/input_decoration.dart:92:11: Error: The super constructor has no corresponding named parameter. super.maintainHintSize, ^ ../../../.pub-cache/hosted/pub.dev/searchfield-1.3.2/lib/src/input_decoration.dart:103:11: Error: The super constructor has no corresponding named parameter. super.hint, ^ ../../../.pub-cache/hosted/pub.dev/searchfield-1.3.2/lib/src/input_decoration.dart:206:50: Error: The getter 'maintainHintSize' isn't...
This PR fixes a build error when compiling for Flutter 3.32.6 or newer. The ```SearchInputDecoration``` class was incorrectly using ```super.visualDensity```, which is no longer supported in the constructor of ```InputDecoration```...
**Describe the bug** I have upgrade the package to version: searchfield-1.3.2 and when i am running the project i keep getting these errors: getter or field named 'maintainHintSize' is not...
**Describe the bug** When using the SearchField widget inside a scrollable page, the dropdown suggestions appear but the screen does not scroll down enough to fully show the dropdown below...
I encountered this bug, ``` ════════ Exception caught by widgets library ═══════════════════════════════════ The following UnsupportedError was thrown building MapLocationSelectWidget(dependencies: [InheritedCupertinoTheme, _InheritedTheme, _LocalizationsScope-[GlobalKey#50ace]], state: _MapLocationSelectWidgetState#fc789): Unsupported operation: Cannot clear an unmodifiable...
Please find the attached video. I made a vertual keyboard for touch pos machine.when I input some text to serchfield textfiled suggestion not showing. 
After selecting the item from list and after coming back to the widget the list is not updating its showing all list and slected index is also not showing