grouped_scroll_view 0.2.4 copy "grouped_scroll_view: ^0.2.4" to clipboard
grouped_scroll_view: ^0.2.4 copied to clipboard

Provide a List, a grouper, and let it display it as a ListView, a GridView or anything else. Supports checkbox or radio in a scrollView.

0.2.4 #

  • added 'allowEmpty' to 'GroupedToggleStyle', used to determine whether to allow an empty selection (only takes effect in 'checkbox' mode). If set to false, at least one item must remain selected.

0.2.3+1 #

  • Fix static analysis warnings in Dart/Flutter code to comply with Lints rules.

0.2.3 #

  • added 'toggleSelectable' to 'GroupedScrollViewWithToggle', used to to determine whether the item can be selected
  • added 'onTogglePressed' to 'GroupedToggleController', this callback responds when the item is pressed.

0.2.1 #

  • toggleController is no longer destroyed automatically

0.2.0 #

  • rewrite toggle. For example, see grouped_scroll_view_with_toggle_page
    • removed 'activeWidgetBuilder', use 'itemSelectedBuilder' instead.
    • removed 'activeContainerColor'
    • added 'isStacked' option in 'ToggleStyle'. Whether it is stacked, if it is stacked, the underlying elements are still displayed normally. Otherwise, they are not rendered.

0.1.5 #

  • removed 'activeWidget' on toggle mode, use 'activeWidgetBuilder' instead.
  • removed 'toggleItemSize' on toggle mode, automatically calculate the size with sizebox
  • fixed some bugs

0.1.3 #

  • added topics

0.1.2 #

  • absorbChildPointer only takes effect when toggleEnabled on toggle mode
  • rewrite default selected widget

0.1.1 #

  • Added sectionFooterBuilder option for adding section footers.

0.1.0 #

  • add absorbChildPointer option for toggle mode

0.0.10 #

  • upgrade sliver_tools to 0.2.12
  • upgrade collection to 1.17.1

0.0.9 #

  • add ItemAtIndex callback used to return grouped index.

0.0.8+5 #

  • remove toggleController dispose on toggle_test when the widget dispose .

0.0.8+1 #

  • Modify the assignment error of _toggleController in GroupedScrollViewWithToggle

0.0.8 #

  • add new class GroupedScrollViewWithToggle, toggle separate from the GroupedScrollView.

0.0.7 #

  • Supports separatorBuilder in a list

0.0.5 #

  • Supports checkbox or radio in a list
  • Supports normal list/grid
  • Supports custom toggleStyle of selected

0.0.2 #

  • more of the public API has dartdoc comments.

0.0.1 #

  • initial release.
59
likes
160
points
378
downloads

Documentation

API reference

Publisher

verified publisherskyza.org

Weekly Downloads

Provide a List, a grouper, and let it display it as a ListView, a GridView or anything else. Supports checkbox or radio in a scrollView.

Homepage
Repository (GitHub)
View/report issues

Topics

#grouped #list #gridview #toggle #checkbox

License

Apache-2.0 (license)

Dependencies

collection, flutter, sliver_tools

More

Packages that depend on grouped_scroll_view