searchfield icon indicating copy to clipboard operation
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.

Results 38 searchfield issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A RangeError is thrown when the currently selected value is not part of the results list and the field is submitted with the enter key. ``` The...

waiting for author
in triage

**Describe the bug** A clear and concise description of what the bug is. Unhandled Exception: Bad state: Cannot add new events after calling close When I used second-time SearchField, I...

bug
flutter
P3

**Is your feature request related to a problem? Please describe.** In a chat application users would want to see suggestions only when inputting certain terms e.g pressing `@` shows list...

severe: new feature
easy fix
P3

**Is your feature request related to a problem? Please describe.** As flutter goes beyond mobile it would be nice to have a searchfield capable to write multiline description similar to...

severe: new feature
P3

**Describe the bug** There are many tests that have been commented in test/ folder **Code sample** Show code sample ```dart Paste minimal and complete code sample here to investigate the...

P3
review
tech-debt

This will solve - Issue https://github.com/maheshmnj/searchfield/issues/84 - Issue https://github.com/maheshmnj/searchfield/issues/38 sample demo code ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) :...

Proposal
P3
tech-debt

**Is your feature request related to a problem? Please describe.** See this example: [Image link](https://imgur.com/a/KDStoR4) As you can see, the string is divided using `\n` to form multiple lines. The...

severe: new feature

**Describe the bug** The scroll button issue while you want to scroll with the scroll button, as most scrollable lists when you hold the scroll button, you can scroll upward...

bug
quality
P3

Hi, The scroll navigation not working if the current selected item position is more than 10. Note: my `maxSuggestionsInViewPort is 10`. `windows` ```` var countries = [ 'United States', 'Germany',...

bug
P3
review

As the package is growing the code quality is severely degraedd, this issue highlights some areas of improvement - [ ] The code should be refactored to correctly detect taps...

P3
tech-debt