dropdown_plus_bloc 0.1.3 copy "dropdown_plus_bloc: ^0.1.3" to clipboard
dropdown_plus_bloc: ^0.1.3 copied to clipboard

Customizable Flutter dropdowns with BLoC/Cubit integration: searchable single-select and multi-select with chips, offline caching, and theming.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.2 - 2026-03-15 #

Added #

  • Added DropdownPlusThemeStyle preset enum (material, minimal, rounded, outlined, dark, compact) for out-of-the-box themed dropdown UIs
  • Added DropdownPlusThemePresets.forStyle(...) helper to resolve preset themes programmatically
  • Added themeStyle parameter to both SearchableDropdownPlus and MultiSelectDropdownPlus
  • Exported dropdown_plus_theme_style.dart from the package entry library
  • Updated README with preset theme style usage and API docs

Fixed #

  • Fixed compact-mode bottom overflow in MultiSelectDropdownPlus by constraining open panel height to available parent space

0.1.3 - 2026-03-15 #

Fixed #

  • Fixed flutter_bloc downgrade/analysis compatibility by removing the StateStreamableSource type constraint from dropdown widgets.

0.1.0 - 2025-01-01 #

Added #

  • Initial release
  • SearchableDropdownPlus — single-select searchable dropdown with BLoC integration
  • MultiSelectDropdownPlus — multi-select dropdown with chip display and BLoC integration
  • DropdownPlusTheme — full visual customisation for all widget properties
  • DropdownItem<T> — generic model for dropdown items
  • Plain StatefulWidget implementation — no flutter_hooks dependency
  • Offline caching with client-side fallback filtering
  • Controlled-mode support via selectedValue / selectedItems props
  • Animated open/close transitions and arrow rotation
  • "Select All" / "Clear All" multi-select header
  • Overflow chip badge (+N more) for multi-select trigger
  • Custom itemBuilder, selectedValueBuilder, selectedItemBuilder hooks
  • checkInternetConnection callback for custom connectivity detection
2
likes
160
points
184
downloads

Documentation

API reference

Publisher

verified publisherlidhin.com

Weekly Downloads

Customizable Flutter dropdowns with BLoC/Cubit integration: searchable single-select and multi-select with chips, offline caching, and theming.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on dropdown_plus_bloc