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
- Add the latest version of package to your
pubspec.yaml
dependencies:
multiple_selection_drop_down: ^1.0.0
or
- Add the latest version of package via command
flutter pub add multiple_selection_drop_down
flutter pub get
- Import the package and use it in your Flutter App
import 'package:multiple_selection_drop_down/multiple_selection_drop_down.dart';