data_filters 1.0.1+1 copy "data_filters: ^1.0.1+1" to clipboard
data_filters: ^1.0.1+1 copied to clipboard

Add Filters to your existing data. Pass nested list of values and generate filters for it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add data_filters

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

dependencies:
  data_filters: ^1.0.1+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:data_filters/data_filters.dart';
5
likes
140
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

Add Filters to your existing data. Pass nested list of values and generate filters for it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on data_filters