ketanchoyal / custom_radio_grouped_button

Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.
MIT License
150 stars 42 forks source link

Border is rounded onSelect for Squared Shape #30

Closed suhailpcv closed 2 years ago

suhailpcv commented 4 years ago

Screenshot 2020-09-22 at 9 39 09 PM This happens to me. Do you know why? enableShape is false. I even removed it.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.82. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

suhailpcv commented 3 years ago

hello, any update regarding this?

suhailpcv commented 3 years ago

hello, why is this issue ignored

ketanchoyal commented 3 years ago

Sorry @suhailpcv for the delayed reply, I'll update this package as soon as possible

suhailpcv commented 3 years ago

thanks @ketanchoyal ! I really like your library, hopefully you can fix this as soon as possible.

btw, something is weird about your checkBoxButtonValues. it's returning List instead of the type I use for the checkbox. for my case is String.

so I have to do this instead for it to work or else it wont update.

checkBoxButtonValues: (values) {
  var genderValue = values.map((gender) => gender.toString()).toList();
  vm.update(genderPreference: genderValue);
},
ketanchoyal commented 2 years ago

@suhailpcv this should be fixed now