Skip to content

Commit

Permalink
* rewrite toggle. For example, see [grouped_scroll_view_with_toggle_p…
Browse files Browse the repository at this point in the history
…age](./example/lib/page/grouped_scroll_view_with_toggle_page.dart)

  - 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.
  • Loading branch information
meetleev committed Jul 21, 2024
1 parent c6d352e commit 397c0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.6
## 0.2.0

* rewrite toggle. For example, see [grouped_scroll_view_with_toggle_page](./example/lib/page/grouped_scroll_view_with_toggle_page.dart)
- removed 'activeWidgetBuilder', use 'itemSelectedBuilder' instead.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: grouped_scroll_view
description: 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.
version: 0.1.6
version: 0.2.0
homepage: https://github.com/meetleev
repository: https://github.com/meetleev/flutter_grouped_scroll_view
topics:
Expand Down

0 comments on commit 397c0cf

Please sign in to comment.