dropdown_sheet 0.0.5
dropdown_sheet: ^0.0.5 copied to clipboard
A customizable dropdown sheet widget for Flutter with search functionality and multiple selection support.
Changelog #
0.0.5 - 2024-07-09 #
- Minimum Dart SDK version lowered to 2.17.0
0.0.4 - 2025-07-08 #
- Platforms updated
0.0.2 - 2025-06-30 #
Added #
- Added new customizable fields for DropdownSheet
- Improved customizability of the DropdownSheet widget
- Fixed multi-selection bug
- Added various usage scenarios to the example app
- Updated README with sample images and GIFs
- Added package usage explanations, class and method documentation
0.0.1 - 2025-06-27 #
Added #
- Initial release of dropdown_sheet package
- Customizable dropdown sheet widget with Material Design
- Search functionality for large datasets
- Multiple selection support
- Loading states with built-in indicators
- Dynamic data loading support
- Responsive design for different screen sizes
- Required field validation support
- Turkish language support for UI elements
Features #
DropdownSheetwidget with customizable stylingSheetModelclass for data structure- Search functionality with real-time filtering
- Loading indicators and state management
- Support for both static and dynamic data sources
- Touch-friendly bottom sheet interface
- Accessibility support
Technical Details #
- Built with Flutter 3.7.0+
- Material Design 3 compliance
- Null safety support
- Comprehensive test coverage
- Example application included