Skip to content

Commit eab9fb7

Browse files
committed
docs: update package version
1 parent 94248a0 commit eab9fb7

File tree

5 files changed

+34
-29
lines changed

5 files changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.19.1 - 14/07/2025
2+
3+
- **Bug Fix**
4+
- Fix separator builder rendering issue [ISSUE#149](https://github.com/koukibadr/Searchable-Listview/issues/149)
5+
16
## 2.19.0 - 03/06/2025
27

38
- **Changes**

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- Customize search text style
2828
- Clear icon button in search to easily clear text
2929
- Customizable scroll direction
30-
- Searchable list with seperator builder
30+
- Searchable list with separator builder
3131
- Customizable text field position
3232
- Customizable text style in search field
3333
- Customize autocomplete options
@@ -40,7 +40,7 @@ In order to add searchable listview package to your project add this line to you
4040

4141
```yaml
4242
dependencies:
43-
searchable_listview: ^2.19.0
43+
searchable_listview: ^2.19.1
4444
```
4545
4646
## Attributes
@@ -157,7 +157,7 @@ dependencies:
157157

158158
/// Builder callback required when using [seperated] constructor
159159
/// return the Widget that will seperate all the elements inside the list
160-
late Widget Function(BuildContext context, int index)? seperatorBuilder;
160+
late Widget Function(BuildContext context, int index)? separatorBuilder;
161161

162162
/// The scroll direction of the list
163163
/// by default [Axis.vertical]
@@ -324,14 +324,14 @@ SearchableList<Actor>(
324324
emptyWidget: const EmptyView(),
325325
inputDecoration: InputDecoration(
326326
labelText: "Search Actor",
327-
fillColor: Colors.white,
328-
focusedBorder: OutlineInputBorder(
329-
borderSide: const BorderSide(
330-
color: Colors.blue,
331-
width: 1.0,
332-
),
333-
borderRadius: BorderRadius.circular(10.0),
334-
),
327+
fillColor: Colors.white,
328+
focusedBorder: OutlineInputBorder(
329+
borderSide: const BorderSide(
330+
color: Colors.blue,
331+
width: 1.0,
332+
),
333+
borderRadius: BorderRadius.circular(10.0),
334+
),
335335
),
336336
),
337337
@@ -475,14 +475,14 @@ SearchableList<Actor>.sliver(
475475
emptyWidget: const EmptyView(),
476476
inputDecoration: InputDecoration(
477477
labelText: "Search Actor",
478-
fillColor: Colors.white,
479-
focusedBorder: OutlineInputBorder(
480-
borderSide: const BorderSide(
481-
color: Colors.blue,
482-
width: 1.0,
483-
),
484-
borderRadius: BorderRadius.circular(10.0),
485-
),
478+
fillColor: Colors.white,
479+
focusedBorder: OutlineInputBorder(
480+
borderSide: const BorderSide(
481+
color: Colors.blue,
482+
width: 1.0,
483+
),
484+
borderRadius: BorderRadius.circular(10.0),
485+
),
486486
),
487487
),
488488

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ packages:
145145
path: ".."
146146
relative: true
147147
source: path
148-
version: "2.19.0"
148+
version: "2.19.1"
149149
sky_engine:
150150
dependency: transitive
151151
description: flutter

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
8+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.12.0"
11+
version: "2.13.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
@@ -45,10 +45,10 @@ packages:
4545
dependency: transitive
4646
description:
4747
name: fake_async
48-
sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
48+
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
4949
url: "https://pub.dev"
5050
source: hosted
51-
version: "1.3.2"
51+
version: "1.3.3"
5252
flutter:
5353
dependency: "direct main"
5454
description: flutter
@@ -71,10 +71,10 @@ packages:
7171
dependency: transitive
7272
description:
7373
name: leak_tracker
74-
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
74+
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
7575
url: "https://pub.dev"
7676
source: hosted
77-
version: "10.0.8"
77+
version: "10.0.9"
7878
leak_tracker_flutter_testing:
7979
dependency: transitive
8080
description:
@@ -196,10 +196,10 @@ packages:
196196
dependency: transitive
197197
description:
198198
name: vm_service
199-
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
199+
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02
200200
url: "https://pub.dev"
201201
source: hosted
202-
version: "14.3.1"
202+
version: "15.0.0"
203203
sdks:
204204
dart: ">=3.7.0-0 <4.0.0"
205205
flutter: ">=3.18.0-18.0.pre.54"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: searchable_listview
22
description: A new easy way to filter listview with simple implementation with possibilty to customize search field and empty widget
3-
version: 2.19.0
3+
version: 2.19.1
44
homepage: 'https://github.com/koukibadr/Searchable-Listview'
55
environment:
66
sdk: '>=2.12.0 <4.0.0'

0 commit comments

Comments
 (0)