dropdown_plus 0.0.1 copy "dropdown_plus: ^0.0.1" to clipboard
dropdown_plus: ^0.0.1 copied to clipboard

outdated

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.

dropdown_plus #

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.

Getting Started #

Simple Text Dropdown.

 TextDropdown({
     options: ["Male", "Female"],
     decoration: InputDecoration(
        border: OutlineInputBorder(),
        suffixIcon: Icon(Icons.arrow_drop_down),
        labelText: "Dropdown"),
 });
 
120
likes
0
pub points
95%
popularity

Publisher

verified publishercrawlink.com

Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on dropdown_plus