easy_dropdown2 1.2.1
easy_dropdown2: ^1.2.1 copied to clipboard
EasyDropdown is a Flutter library for creating customizable and user-friendly dropdown menus with flexible positioning and styling.
1.2.1 #
- Fixed an issue where
EasyDropdownTilewas not conforming to the set height set inEasyDropdownConfigor the defaultkTileHeight.
1.2.0 #
- Added the
selectedBackgroundColorproperty toEasyDropdownTileto customize the background color when a tile is selected. The default value isThemeData.splashColor. - Added a default value for the
radiusproperty inEasyDropdownConfig. Ifradiusis null, it will useFloatingActionButtonThemeData.shapeas the default value. IfFloatingActionButtonThemeData.shapeis also null, the radius will default to 16.
1.1.0 #
- Added
buttonMarginconfiguration option toEasyDropdownConfigfor controlling the margin between the button and the dropdown. - Added
showDividersconfiguration option toEasyDropdownConfigfor controlling divider display between items. - Added
dividerBuilderconfiguration option toEasyDropdownConfigfor customizing divider widgets. - Added
animationDurationconfiguration option toEasyDropdownConfigfor controlling the animation duration of the dropdown. Users can specify the duration in various time units (e.g., seconds, milliseconds). - Fixed an issue where subtitles were not being displayed for
EasyDropdownTile. - Updated documentation to reflect the new configuration option.
1.0.0 #
- Initial release of EasyDropdown library.
- Basic dropdown functionality with customizable tiles.
- Supports showing the dropdown above or below a button.
- Configurable tile height, dropdown width, and other options.