diff --git a/example/pubspec.lock b/example/pubspec.lock index babfd92..94a2399 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -145,7 +145,7 @@ packages: path: ".." relative: true source: path - version: "2.19.3" + version: "2.19.4" sky_engine: dependency: transitive description: flutter diff --git a/lib/searchable_listview.dart b/lib/searchable_listview.dart index 55e08b9..86845e6 100644 --- a/lib/searchable_listview.dart +++ b/lib/searchable_listview.dart @@ -281,8 +281,7 @@ class SearchableList 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 type item + /// Builder function that generates the ListView items based on the returned \ type item. late Widget Function(T item)? itemBuilder; /// Builder function that generates the Expansion listView items diff --git a/pubspec.lock b/pubspec.lock index 024d6b4..2e476a0 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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 @@ -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: @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index d3d7d34..ab874d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^1.0.0 + flutter_lints: ^6.0.0 flutter: null