basic_dropdown_button 1.2.0
basic_dropdown_button: ^1.2.0 copied to clipboard
A highly customizable dropdown button and text field with configurable menu positioning. Includes the new AppDropDownTextField widget.
1.0.0 #
Release Version
1.0.0+1 #
Small Package ReadMe Rename
1.1.0 #
Added tests and fix flutter support version
1.1.0+1 #
Added buttonIconSpace as parameter
1.1.0+2 #
Fixed Assert
1.1.0+3 #
Added margin for CustomDropDownButtonItem
1.1.0+4 #
Fixed menuItemsSpacing. Now not add spacing for last item
1.1.1 #
Icon now one parameter and custom menu list has button width
1.1.1+1 #
Menu list add hide function
1.1.2+1 #
Change screen height base on keyboard size
1.1.3 #
Fix: Change screen height base on keyboard size
1.1.4 #
Fix: Double tap on outside not reaopen drop down menu
1.1.5 #
Fix: Tapping the button when the menu is open now allows for actions without the menu closing automatically.
1.2.0 #
- Added
AppDropDownTextFieldwidget which combines aTextFieldwith a dropdown menu. - Added support for custom
onTapOutsidecallbacks. - Improved focus management for text-based dropdowns.