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

Ability to add prefix icons #54

Open JiteshArul opened 2 years ago

JiteshArul commented 2 years ago

I have added the option to add an icon before text.

ketanchoyal commented 2 years ago

Hey @JiteshArul thanks for this awesome PR, I'll have a look at it and merge it if it doesn't break existing code

JiteshArul commented 2 years ago

Hey @ketanchoyal Thanks for making this package. I found it really useful in my projects and in my learning progress. So I thought of adding some more functionality and make it more customizable. Please feel free to reach out incase of any errors, I would be happy to fix it.

ketanchoyal commented 2 years ago

@JiteshArul, Thanks for your PR but your code is breaking lot of previous work, I would suggest taking a look at the final output by running your code and mine

JiteshArul commented 2 years ago

@JiteshArul, Thanks for your PR but your code is breaking lot of previous work, I would suggest taking a look at the final output by running your code and mine

Thank you for letting me know regarding this issue. I'll try to make it work as soon as possible.

alexodus commented 1 year ago

any news?