Skip to content

Commit

Permalink
Publish searchable listview 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koukibadr committed Aug 21, 2024
1 parent 2dfd72c commit 4266332
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.15.1- 21/08/2024

* **Enhancements**
- Unregister from text controller listener when disposing the searchable listview widget [PR](https://github.com/koukibadr/Searchable-Listview/pull/117)

## 2.15.0- 06/08/2024

* **Changes**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In order to add searchable listview package to your project add this line to you

```yaml
dependencies:
searchable_listview: ^2.15.0
searchable_listview: ^2.15.1
```

## Attributes
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: searchable_listview
description: A new easy way to filter listview with simple implementation with possibilty to customize search field and empty widget
version: 2.15.0
version: 2.15.1
homepage: 'https://github.com/koukibadr/Searchable-Listview'
environment:
sdk: '>=2.12.0 <4.0.0'
Expand Down

0 comments on commit 4266332

Please sign in to comment.