flutter_listfilter 0.0.7 copy "flutter_listfilter: ^0.0.7" to clipboard
flutter_listfilter: ^0.0.7 copied to clipboard

This package makes filtering lists a breeze by utilizing filter chips based on a user model list. The beauty of this tool is its simplicity – no need for complex functions or methods. Just provide the [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_listfilter

With Flutter:

 $ flutter pub add flutter_listfilter

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

dependencies:
  flutter_listfilter: ^0.0.7

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:flutter_listfilter/flutter_listfilter.dart';
6
likes
0
points
123
downloads

Publisher

verified publisherpostboxat18.blogspot.com

Weekly Downloads

This package makes filtering lists a breeze by utilizing filter chips based on a user model list. The beauty of this tool is its simplicity – no need for complex functions or methods. Just provide the model and a list of strings to be filtered, and you're all set. Key Features: - Simple filtering without extra functions - Easy integration with user models

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on flutter_listfilter