From f48a0697f9762986c8a71315338405f79cc9c3c2 Mon Sep 17 00:00:00 2001 From: Mahesh Jamdade <31410839+maheshmnj@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:39:09 -0400 Subject: [PATCH] Update README.md --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6b08b0e..1bc5a9b 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # [searchfield: ^0.9.9](https://pub.dev/packages/searchfield) - Flutter Platform Badge Pub [![codecov](https://codecov.io/gh/maheshmnj/searchfield/graph/badge.svg?token=QHK8TGC23V)](https://codecov.io/gh/maheshmnj/searchfield) [![Build](https://github.com/maheshmnj/searchfield/actions/workflows/workflow.yml/badge.svg)](https://github.com/maheshmnj/searchfield/actions/workflows/workflow.yml) MIT License Badge -A highly customizable, simple and easy to use searchfield widget. This Widget allows you to search and select a suggestion from list of suggestions. -Think of this widget like a dropdownButton field with the following capabilities +![Frame 1 (2)](https://github.com/maheshmnj/searchfield/assets/31410839/d037506f-7ff8-4d43-aa8a-9326f1c2a426) -Searchfield can +A highly customizable, simple and easy to use searchfield widget. This Widget allows you to search and select a suggestion from list of suggestions. Think of this widget like a dropdownButton field with the following capabilities - search 🔍 from a list of suggestions. - validate the input with custom validation logic. @@ -241,17 +239,6 @@ SearchField( ) ``` -

- - - image -

-

- - image - -

- ### Support for Keyboard Navigation With v0.9.5 Searchfield now adds support for Keyboard navigation, you can now navigate through the suggestions using the keyboard.