Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.19.3"
version: "2.19.4"
sky_engine:
dependency: transitive
description: flutter
Expand Down
3 changes: 1 addition & 2 deletions lib/searchable_listview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ class SearchableList<T> extends StatefulWidget {
/// if nothing is provided in [errorWidget] searchable list will display a [Icon]
Widget? errorWidget;

/// Builder function that generates the ListView items
/// based on the returned <T> type item
/// Builder function that generates the ListView items based on the returned \<T> type item.
late Widget Function(T item)? itemBuilder;

/// Builder function that generates the Expansion listView items
Expand Down
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: b543301ad291598523947dc534aaddc5aaad597b709d2426d3a0e0d44c5cb493
sha256: "3105dc8492f6183fb076ccf1f351ac3d60564bff92e20bfc4af9cc1651f4e7e1"
url: "https://pub.dev"
source: hosted
version: "1.0.4"
version: "6.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -95,10 +95,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: a2c3d198cb5ea2e179926622d433331d8b58374ab8f29cdda6e863bd62fd369c
sha256: a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "6.0.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -201,5 +201,5 @@ packages:
source: hosted
version: "15.0.0"
sdks:
dart: ">=3.8.0-0 <4.0.0"
dart: ">=3.8.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter_lints: ^6.0.0
flutter: null