Shawn

Results 192 comments of Shawn

Created an issue to track this: https://github.com/flutter/flutter/issues/78463

Landed finally :)

Thanks everyone, we're currently looking into this. As mentioned we have a custom fork of bitsdojo we're looking to merge, at that point hopefully this will clear up. The save...

This seems to be because you have XCode 15 installed which has cut off support for iOS 11. Currently can't reproduce over here as we're still on XCode 14.

Just spit balling... We could further reduce this by providing some syntax sugar for ```dart TweenSequence([ TweenSequenceItem(tween: ..., weight: 1) ] ``` Could default to begin/end to 0/1, and weight...

I think I would slightly prefer the better semantics of seeing `TweenSequenceEffect(...)` in the tree, vs `CustomEffect(...)`, but if that's the way you want to go, it should work fine....

Yep. My preference would be to take the hit on the maintenance side, and have the better semantics, but all good either way. They certainly are very similar classes. Just...

> increasing the size of the element is actually the hack If something is less code, easier to change, easier to understand and more resilient, I don't really understand how...