s_dropdown 1.0.2
s_dropdown: ^1.0.2 copied to clipboard
Flexible, lightweight Flutter dropdown (SDropdown) with precise overlay control, keyboard navigation, controller-based actions, item-specific styling, and responsive sizing.
1.0.2 #
- Maintenance and documentation release
- Added comprehensive
example/app demonstrating basic and advanced use cases.- Added widget tests and advanced tests for key features (overlay, controller actions, excludeSelected, custom display names, validator integration, item-specific styles).
- Updated
README.mdto include examples and advanced usage scenarios, with responsive sizing examples. - Added
LICENSEfile (MIT) and updatedpubspec.yamlwith license metadata. - Improved internal docs (
lib/src/SDropdown_Documentation.md) and corrected wording on dependency usage. - Minor fixes to test timing and overlay animation handling to avoid flakiness.
- Added comprehensive
1.0.1 #
- updated
README.mdfile
1.0.0 #
- Initial stable release
- Implemented
SDropdownwidget with overlay, highlight, keyboard navigation, and selection capabilities- Added
SDropdownDecorationfor comprehensive styling - Added
SDropdownControllerfor programmatic control (open/close/toggle/highlight) - Responsive and flexible overlay sizing with width/height and scale support
- Included sample
example/app demonstrating widget usage and controller actions - Unit/widget tests covering basic functionality and overlay behavior
- Added
- Implemented
0.0.1 #
- Initial release