multiple_selection_drop_down 1.1.0 copy "multiple_selection_drop_down: ^1.1.0" to clipboard
multiple_selection_drop_down: ^1.1.0 copied to clipboard

this is a multiple selection dropdown package

multiple_selection_drop_down #

Custom Dropdown package lets you add customizable multiple selection dropdown widget.

Features #

Lots of properties to use and customize dropdown widget as per your need.

  • Custom dropdown using constructor MultipleSelectionDropDownView.
  • Custom dropdown with search field using named constructor MultipleSelectionDropDownView.
  • Custom dropdown with search request field using named constructor MultipleSelectionDropDownView.
  • Multi select custom dropdown using named constructor MultipleSelectionDropDownView.

How to use #

Make sure to check out examples for more details.

Getting started #

  1. Add the latest version of package to your pubspec.yaml
dependencies:
  multiple_selection_drop_down: ^1.0.0

or

  1. Add the latest version of package via command
flutter pub add multiple_selection_drop_down
flutter pub get
  1. Import the package and use it in your Flutter App
import 'package:multiple_selection_drop_down/multiple_selection_drop_down.dart';
2
likes
120
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

this is a multiple selection dropdown package

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on multiple_selection_drop_down