flutter_spinkit icon indicating copy to clipboard operation
flutter_spinkit copied to clipboard

Custom Painters!

Open jogboms opened this issue 4 years ago • 5 comments

Planning on a complete rewrite from animated Widgets to CustomPaints. I believe this would have some improved performance. Anyone can help out if need be.

jogboms avatar Aug 17 '19 10:08 jogboms

@jogboms, it seems like a nice plan.

aagarwal1012 avatar Aug 17 '19 10:08 aagarwal1012

It will take some amount of effort too 👍

jogboms avatar Aug 17 '19 11:08 jogboms

Hi @jogboms , if it's possible I want to work on it. And my question is what should happen to the itemBuilder parameter? should we remove it or anything else?

payam-zahedi avatar Feb 12 '20 16:02 payam-zahedi

Hey @payam-zahedi

I really haven't given it too much thought as I would want it to be as clean and extendable as it can be with every information we have gathered so far.

Hoping one day, I'd have a free couple of day to give it the first push. I wouldn't mind if you do and then we review and extend it together. I have delayed for too long now indeed.

jogboms avatar Feb 13 '20 20:02 jogboms

I should have added this earlier. As @payam-zahedi mentioned, in order to remove the use of composed widgets, we would have to let go of the itemBuilder parameter. I don't know how the community would feel about this as I know the feature was requested and its been used already by many.

jogboms avatar May 23 '20 05:05 jogboms