flutter-fast-forms icon indicating copy to clipboard operation
flutter-fast-forms copied to clipboard

Added ChipAnimationStyle property

Open lancelotF opened this issue 1 year ago • 1 comments

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

lancelotF avatar Aug 05 '24 03:08 lancelotF

Btw I love this library, congratulations!

lancelotF avatar Aug 05 '24 03:08 lancelotF

@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.

udos86 avatar Sep 07 '24 20:09 udos86