Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Dec 24, 2024
1 parent d276ec4 commit 8dc0832
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 63 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ pubspec.lock
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3

example/macos
example/macos
todo.md
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### [1.2.2] - TO BE RELEASED

- Fix: [Issue: #197](https://github.com/maheshj01/searchfield/pull/197) Remove Null Checker
-
- Add ScrollController to control the scroll of suggestions [PR: #199](https://github.com/maheshj01/searchfield/pull/199)


#### [1.2.1] - December 12, 2024
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [searchfield: ^1.2.1](https://pub.dev/packages/searchfield)
# [searchfield: ^1.2.2](https://pub.dev/packages/searchfield)

<a href="https://github.com/maheshj01/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>
Expand Down Expand Up @@ -321,6 +321,7 @@ For documentation about the various parameters, see the [TextField] class and [T
- `onSubmit` : callback when the searchfield is submitted, it returns the current text in the searchfield.
- `onTap`: callback when the searchfield is tapped or brought into focus.
- `scrollbarDecoration`: decoration for the scrollbar.
- `scrollController`: ScrollController to interact with the suggestions list.
- `showEmpty`: Boolean to show/hide the emptyWidget.
- `suggestions`**(required)** : List of SearchFieldListItem to search from.
each `SearchFieldListItem` in the list requires a unique searchKey, which is used to search the list and an optional Widget, Custom Object to display custom widget and to associate a object with the suggestion list.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: searchfield
description: A highly customizable, simple and easy to use flutter Widget to add a searchfield to your Flutter Application. This Widget allows you to search and select from list of suggestions.
version: 1.2.1
version: 1.2.2
homepage: https://github.com/maheshj01/searchfield
repository: https://github.com/maheshj01/searchfield
issue_tracker: https://github.com/maheshj01/searchfield/issues
Expand Down
59 changes: 0 additions & 59 deletions todo.md

This file was deleted.

0 comments on commit 8dc0832

Please sign in to comment.