smart_search_list 0.7.2 copy "smart_search_list: ^0.7.2" to clipboard
smart_search_list: ^0.7.2 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 Dart:

 $ dart pub add smart_search_list

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 dart pub get):

dependencies:
  smart_search_list: ^0.7.2

Alternatively, your editor might support dart pub get or 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
0
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 #pagination #widget

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_search_list