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

Changing language, changing label don't keep state #37

Open Kenny9999 opened 3 years ago

Kenny9999 commented 3 years ago

If you have internationalization, and change label, in a CustomRadioButton if one button was selected, the state is not keep when rebuilding,

ketanchoyal commented 3 years ago

Related to #38