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

Fast and lightweight universal item selector for Flutter with fuzzy search and customizable UI — lightweight and flexible.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add multiselector

With Flutter:

 $ flutter pub add multiselector

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

dependencies:
  multiselector: ^1.0.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:multiselector/multiselector.dart';
1
likes
0
points
1
downloads

Publisher

verified publisherworldin.net

Weekly Downloads

Fast and lightweight universal item selector for Flutter with fuzzy search and customizable UI — lightweight and flexible.

Repository (GitHub)
View/report issues

Topics

#selector #picker #search #items #dropdown

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on multiselector