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

Can't use scroll controller #55

Closed YahyaYousef closed 2 years ago

YahyaYousef commented 2 years ago

CustomRadioButton did not include scrollController to handle scrolling programmatically @ketanchoyal @omar-hanafy @patuoynageek @guissalustiano

ketanchoyal commented 2 years ago

This shouldn't be hard to add, never had any usecase until now, anyways I'll add this feature soon.

Thanks for using this package

YahyaYousef commented 2 years ago

@ketanchoyal The case was when using this package with windows in new flutter version I cant scroll horizontally without scrollbar please add this feature ASAP

ketanchoyal commented 2 years ago

@YahyaYousef sure I'll add it asap, or I'll appreciate it you can make a PR for it

Thanks