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

Responsive Flutter dropdown

Usage #

In order to show items in dropdown overlay list. Note: Responsiveness will provided by library. #Example Code

OwnDropdown(
            padding: EdgeInsets.all(20),
            decoration: BoxDecoration(
                color: Colors.white,
                borderRadius: BorderRadius.all(Radius.circular(10))),
            title: "Choose one of options",
            items: const [
              'Example One',
              'Example Two',
              "Example Three",
            ],
            onChanged: (index) {
              print(index);
            },
          )
0
likes
80
pub points
21%
popularity

Publisher

unverified uploader

Responsive Flutter dropdown

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on own_dropdown