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

Disabled buttons

slavap opened this issue · comments

It would be nice to add disabled buttons functionality similar to existing selectedButtons, like:
disabledButtons: const [2, 3],

Cool idea !
I'm thinking of adding this functionality soon

@Frezyx I've implemented disabledButtons, see PR.