Skip to content

Releases: koukibadr/Searchable-Listview

v2.19.4

02 Dec 09:34

Choose a tag to compare

Bug Fix

  • Fix expansible empty view to show text field PR#158
  • Fix unnecessary async rendering when using async searchable list PR#157

v2.19.3

30 Jul 10:36
476ed2a

Choose a tag to compare

Bug Fix

  • Fix exapnsible controller compatbility and build errors Issue#154

v2.19.2

23 Jul 08:55
5741c8a

Choose a tag to compare

  • Bug Fix
  • Fix scroll controller dispose issue when widget is disposed Issue#152

v2.19.1

14 Jul 22:24

Choose a tag to compare

2.19.1 - 14/07/2025

  • Bug Fix
    • Fix separator builder rendering issue ISSUE#149
    • Update typo error in separotorBuilder attribute name

v2.19.0

03 Jun 08:39
c2505f0

Choose a tag to compare

  • Changes
    • Added showSearchField parameter to show/hide the search field widget PR#144 ISSUE#74
  • Bug Fix
    • Fix filtred list rendering when using SearchableListView in a bottom sheet modal PR#143 ISSUE#140

v2.18.0

31 May 09:43
901301f

Choose a tag to compare

  • Changes
    • Added labelText String attribute to display default label in search field when the inputDecoration is null PR#141
  • Bug Fix
    • Fix suffix widget rendering when input decoration is not null PR#141

v2.17.3

13 May 08:54
3c304c6

Choose a tag to compare

Changes

  • Update suffix widget rendering with input decoration parameter RR#137

v2.17.2

29 Apr 07:29
0b8dc8c

Choose a tag to compare

Bug Fix
- Fix sort and filter widget rendering with input field decoration PR#134 Issue#131

v2.17.1

27 Apr 10:30
66b1da1

Choose a tag to compare

Bug Fix
- Fix searchable textview vertical alignment by adding textAlignVertical parameter PR#132 Issue#131

v2.17.0

12 Apr 16:07
694f912

Choose a tag to compare

  • Enhancement
    • Update simple searchable listview rendering method for optimized performance.
    • Update expansion listview rendering method for optimized performance.
    • Update sliver searchable listview rendering method for optimized performance.
    • Remove spaceBetweenSearchAndList attribute and replace it with searchFieldPadding attribute for better padding control.