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

customise the dropdown, adjust according to you.

Custom_DropDown_FLutter

Custom_dropdown_flutter is the customize the drop down that always open in downside of field.

Simulator Screenshot - iPhone 16 - 2025-05-13 at 13 07 27

Getting started

To use this package, add Custom_DropDown_Flutter as a dependency in your pubspec.yaml file.

Usage

Minimal example:

CustomDropDown(
          itemsList: [
            "Apple",
            "Oranges",
            "Grapes",
            "Mango",
            "Papaya",
            "Kiwi",
          ],
        ),

Custom settings:

CustomDropDown(
          borderRadiusBelow: 12,
          borderRadiusTop: 15,
          hintText: "select Fruits",
          icons: Icons.arrow_downward_outlined,
          menuBackColor: Colors.yellow,
          buttonBackColor: Colors.red,
          style: TextStyle(fontSize: 16,color: Colors.white),
          itemsList: [
            "Apple",
            "Oranges",
            "Grapes",
            "Mango",
            "Papaya",
            "Kiwi",
          ],
        ),
0
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

customise the dropdown, adjust according to you.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on custom_dropdown_flutter