list_item_selector 1.0.0 copy "list_item_selector: ^1.0.0" to clipboard
list_item_selector: ^1.0.0 copied to clipboard

A Flutter package that provides a customizable dropdown selector with dynamic list of data.

DropDownSelector #

A customizable dropdown selector widget for Flutter.

Features #

  • Customizable borders, colors, and fonts
  • Validation support
  • Works with form validation

Usage #

Add this to your pubspec.yaml:

dependencies:
  list_item_selector: ^1.0.0

Expample
ListItemSelector(
  selectedValue: _selectedValue,
  items: ['Option 1', 'Option 2', 'Option 3'],
  hintText: 'Select an option',
  onChanged: (newValue) {
    setState(() {
      _selectedValue = newValue;
    });
  },
)
2
likes
140
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a customizable dropdown selector with dynamic list of data.

Repository (GitHub)
View/report issues

Topics

#dropdown #customization

License

MIT (license)

Dependencies

flutter

More

Packages that depend on list_item_selector