dependent_multiselect_search_dropdown 1.0.0
dependent_multiselect_search_dropdown: ^1.0.0 copied to clipboard
A customizable Flutter widget for multi-select, searchable, and dependent dropdowns.
dependent_multiselect_search_dropdown #
A customizable Flutter widget for multi-select, searchable, and dependent dropdowns.
This widget allows cascading dropdown behavior where the selection of one dropdown (like country) filters the next (like state → city). It supports single and multi-selection, dynamic updates, and search functionality.
✨ Features #
- ✅ Cascading dropdowns (e.g., Country → State → City)
- 🔍 Searchable options
- ✅ Single & Multi-selection support
- 🔄 Dynamically update dropdown data
- 🚫 Error validation for empty selection
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
dependent_multiselect_search_dropdown: ^1.0.0