Frezyx / group_button

:sweat_drops: Flutter custom widget to make a group buttons. Included Radio and CheckBox buttons.

Home Page:https://pub.dev/packages/group_button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot dynamically change the selected button

darker-dubai opened this issue · comments

GroupButton(
spacing: 10.w,
isRadio: true,
buttons: _tabValues,
onSelected: _onTabbarTap,
### selectedButton: _tabbarIndex,
)

setState(() {
_tabbarIndex = index;
});

It's doesn't work!, How can I do?

Hello!
Now you can work with GroupButtonController in new 4.0.0 version