filter_list 0.0.5 copy "filter_list: ^0.0.5" to clipboard
filter_list: ^0.0.5 copied to clipboard

outdated

filterList is a flutter plugin created to filter data from list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add filter_list

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

dependencies:
  filter_list: ^0.0.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:filter_list/filter_list.dart';
422
likes
0
points
2.82k
downloads

Publisher

unverified uploader

Weekly Downloads

filterList is a flutter plugin created to filter data from list.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on filter_list