indian_state_picker library
Classes
- City
- Represents a city with its details.
- IndianState
- Represents an Indian state with associated details.
-
StatePickerDialog<
T> - A dialog for selecting a state or other items.
-
StatePickerDialogState<
T> -
StatePickerDropdown<
T> - A custom dropdown widget for selecting states with advanced filtering, sorting, and customization options.
-
StatePickerUtils<
T> - A helper class for managing and interacting with a list of states or regions.
Extensions
- StringComparison on String
- An extension for case-insensitive string comparison.
Properties
-
indianStateList
→ List<
IndianState> -
A predefined list of Indian states with their details.
final
Typedefs
-
ItemBuilder<
T> = Widget Function(T item) -
ItemFilter<
T> = bool Function(T item) -
SearchFilter<
T> = bool Function(T item, String searchQuery)