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

A highly customizable Flutter dropdown package with BLoC/Cubit integration. Supports single-select searchable dropdown and multi-select dropdown with real-time search, offline caching, and full theme [...]

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.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
0
points
197
downloads

Publisher

verified publisherlidhin.com

Weekly Downloads

A highly customizable Flutter dropdown package with BLoC/Cubit integration. Supports single-select searchable dropdown and multi-select dropdown with real-time search, offline caching, and full theme customization.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on dropdown_plus_bloc