flutter-fast-forms
flutter-fast-forms copied to clipboard
Added ChipAnimationStyle property
Hi, I don't usually contribute to projects but this one was preventing my app to compile in the Flutter 3.24.0-0.2.pre (Channel beta)
The FastChoiceChip class was missing the implementation of the chipAnimationStyle property, inherited from ChipAttributes
Sorry if I am missing something, hopefully this is helpful for others who can't build their project due to this error
Btw I love this library, congratulations!
@lancelotF
Thank you very much for your pull request and your kind feedback!
I added this in 17.1.0 cumulatively with some other changes that brought the library in line with Flutter 3.24.0 again.