smart_search_list 0.8.1 copy "smart_search_list: ^0.8.1" to clipboard
smart_search_list: ^0.8.1 copied to clipboard

Searchable list and grid widget for Flutter. Offline filtering, async loading, pagination, fuzzy search, grouped lists and grids, and multi-select. Zero dependencies.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_search_list

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  smart_search_list: ^0.8.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:smart_search_list/smart_search_list.dart';
12
likes
160
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Searchable list and grid widget for Flutter. Offline filtering, async loading, pagination, fuzzy search, grouped lists and grids, and multi-select. Zero dependencies.

Repository (GitHub)
View/report issues

Topics

#search #listview #gridview #fuzzy-search #accessibility

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on smart_search_list