list_manager 1.0.0 copy "list_manager: ^1.0.0" to clipboard
list_manager: ^1.0.0 copied to clipboard

A package which helps you managing lists in flutter. It provide Paging, Filtering, Searching, Filtering + Paging, Searching + Paging, Searching, + Filtering + Paging.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add list_manager

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

dependencies:
  list_manager: ^1.0.0

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:list_manager/list_manager.dart';
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A package which helps you managing lists in flutter. It provide Paging, Filtering, Searching, Filtering + Paging, Searching + Paging, Searching, + Filtering + Paging.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

chips_choice, flutter, freezed_annotation, provider, tuple

More

Packages that depend on list_manager