pluto_filtered_list 0.2.0 copy "pluto_filtered_list: ^0.2.0" to clipboard
pluto_filtered_list: ^0.2.0 copied to clipboard

A List where filters can be applied to the List and elements can be accessed or modified in that state.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pluto_filtered_list

With Flutter:

 $ flutter pub add pluto_filtered_list

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

dependencies:
  pluto_filtered_list: ^0.2.0

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:pluto_filtered_list/pluto_filtered_list.dart';
17
likes
150
points
579
downloads

Publisher

verified publisherweblaze.dev

Weekly Downloads

A List where filters can be applied to the List and elements can be accessed or modified in that state.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on pluto_filtered_list