flutter_multiselect_plus 1.0.0
flutter_multiselect_plus: ^1.0.0 copied to clipboard
A highly customizable multiselect dropdown for Flutter with search, select all, and custom styling.
Flutter Multiselect Dropdown #

A highly customizable, searchable multiselect dropdown for Flutter. Effortlessly handle multiple selections with support for generic types, "Select All" logic, and deep UI customization.
🚀 Features #
- Generic Type Support: Use with Strings, Integers, or custom Data Models.
- Searchable: Built-in search bar to filter through long lists.
- Selection Logic: "Select All" and "Clear All" functionality included.
- Validation: Set a
maxSelectionlimit to restrict user choices. - Fully Customizable: Change colors, text styles, icons, and chip decorations to match your brand.
- Responsive UI: Items are displayed as interactive chips that can be removed individually.
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
flutter_multiselect_plus: ^1.0.0