list_selection_widget 1.0.1 copy "list_selection_widget: ^1.0.1" to clipboard
list_selection_widget: ^1.0.1 copied to clipboard

List selection widget is a Flutter package that provides a highly customizable dropdown list to select options with ease

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add list_selection_widget

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

dependencies:
  list_selection_widget: ^1.0.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:list_selection_widget/list_selection_widget.dart';
4
likes
150
points
57
downloads

Publisher

verified publisherrickxdev.blogspot.com

Weekly Downloads

List selection widget is a Flutter package that provides a highly customizable dropdown list to select options with ease

Homepage
Repository (GitHub)

Topics

#multi-selection #list-selection #multiple

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on list_selection_widget