Closed suhailpcv closed 2 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.
hello, any update regarding this?
hello, why is this issue ignored
Sorry @suhailpcv for the delayed reply, I'll update this package as soon as possible
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
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);
},
@suhailpcv this should be fixed now
This happens to me. Do you know why? enableShape is false. I even removed it.