multi_select_container library

Classes

MultiSelectBuilder<T>
It creates an instance of the MultiSelectController and provides it to the builder function along with the BuildContext. This allows you to use the MultiSelectController to manage the selection state within the builder function and build your UI accordingly.
MultiSelectContainer<T>
MultiSelectContainer widget provides a convenient and customizable way to implement multi-select functionality in a Flutter application. With its ability to visually represent the selection state, handle user interactions, and integrate with the MultiSelectController, the MultiSelectContainer simplifies the process of building interactive and intuitive multi-select interfaces.
MultiSelectController<T>
MultiSelectController provides a powerful and convenient way to implement and manage multi-select functionality in a Flutter application. It simplifies the handling of selected items, offers flexibility in working with different data types, and can be customized to suit specific requirements.
MultiSelectValue<T>