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

Searchable list widget for Flutter. Offline filtering, async loading, pagination, fuzzy search, grouped lists, 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.7.5

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';
6
likes
160
points
125
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#search #listview #filter #fuzzy-search #accessibility

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on smart_search_list