advanced_dropdown 1.0.8 copy "advanced_dropdown: ^1.0.8" to clipboard
advanced_dropdown: ^1.0.8 copied to clipboard

A customizable Flutter dropdown with search, single-select, and multi-select support.

1.0.1 #

πŸŽ‰ Initial release of custom_dropdown

  • Added Single Select dropdown (default behavior)
  • Added Multi Select support (via isMultiSelect: true)
  • Added Search feature (via isSearch: true)
  • Added Custom Decoration for both button and dropdown
  • Added Custom InputDecoration for search field
  • Dropdown opens below the button automatically
  • Lightweight and easy to integrate
  • Added full documentation, example app, and MIT license

1.0.2 #

πŸ›  New in this release

  • Checkbox not selecting
  • Selected values showing below the dropdown instead of inside it
  • Dropdown does not close when clicking outside

1.0.3 #

πŸ›  What new!

  • Add description

1.0.4 #

πŸ›  What new!!

  • Fixed Overlay Redrawing
  • State Handling
  • Dropdown Handling

1.0.5 #

πŸ›  What new!!

  • Dropdown popup overlaps the dropdown button
  • Checkbox does not reflect selection on first tap
  • Add "OK" button for multi-select dropdown

1.0.6 #

πŸ›  What new!!

  • Added documentation

1.0.7 #

πŸ›  What new!!

  • Add custom icon

1.0.8 #

πŸ›  What new!!

  • Update documentation

1.0.9 #

πŸ›  Upcoming improvements

  • ❌ Add generic type support (CustomDropdown<T>)
  • ❌ Improve dropdown positioning (auto adjust above if bottom overflow)
  • ❌ Add keyboard navigation and better focus handling
  • ❌ Add animation on open/close
  • ❌ Add dark mode adaptation
3
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter dropdown with search, single-select, and multi-select support.

Repository (GitHub)
View/report issues

Topics

#dropdown #flutter-widget #ui-components #custom-widget #reusable-ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on advanced_dropdown