Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/maheshmnj/searchfield
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Mar 17, 2024
2 parents 6c290b2 + a23f67f commit 02b6e68
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# [searchfield: ^0.9.9](https://pub.dev/packages/searchfield)

<a href="https://github.com/maheshmnj/searchfield" rel="noopener" target="_blank"><img src="https://img.shields.io/badge/platform-flutter-ff69b4.svg" alt="Flutter Platform Badge"></a>
<a href="https://pub.dev/packages/searchfield"><img src="https://img.shields.io/pub/v/searchfield.svg" alt="Pub"></a>
[![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)
<a href="https://opensource.org/licenses/MIT" rel="noopener" target="_blank"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="MIT License Badge"></a>

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.
Expand Down Expand Up @@ -241,17 +239,6 @@ SearchField(
)
```

<p float="left;padding=10px">
<img src ="https://user-images.githubusercontent.com/31410839/115071426-ddd74600-9f13-11eb-8401-c4055344eff2.png" width="250"/>
<img src = "https://user-images.githubusercontent.com/31410839/115071441-e29bfa00-9f13-11eb-8143-5e183a502df4.png" width="210"/>
<img width="260" alt="image" src="https://github.com/dart-lang/pub-dev/assets/31410839/6822cdf3-9f13-42ee-8907-437ea910691b">
</p>
<p float="left;padding=10px">
<img src="https://user-images.githubusercontent.com/31410839/154835349-3d06376c-98ec-45ca-bede-10f9e2f69589.png" width="300"/>
<img width="300" alt="image" src="https://github.com/maheshmnj/searchfield/assets/31410839/e109e6c4-c36a-4d58-b5b2-b6b4999924d6">
<img src = "https://user-images.githubusercontent.com/31410839/115071445-e3349080-9f13-11eb-8d9b-e4dc81d3e7a7.png"" width="232"/>
</p>

### 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.
Expand Down

0 comments on commit 02b6e68

Please sign in to comment.