Grant Skinner

Results 147 comments of Grant Skinner
trafficstars

maybe something like: ``` IconButton( icon: Icon(Icons.thumb_up), onPressed: _thumbController.reverse(from: 1), ).animate( autoPlay: false, onInit:(c) => _thumbController = c, ).scale(end: 0); ``` Basically set it up so the animation starts paused...

I haven't looked at TriggerAdapter in depth, but definitely feel free to test it out. 1. Two reasons: First, setting `target` starts an animation (via `animateTo`), so if you immediately...

This is a tricky one. I'll try to set up a test file some time soon and play around, but I don't have any specific ideas on how to solve...

Good question. I'll have to look into this. If anyone wants to tackle this in the interim, it would be very welcome, even if it's just to throw some ideas...

As a follow up question: How do you see this working, not in terms of specific implementation in the library but in terms of how you'd use it as a...

I don't think there's any way to interrupt or defer a removal like that in Flutter. That widget is simply not created in that build, so it and the Animate...

Since I got copied into this discussion, I may as well comment... I'd be happy to provide access to the RegExr community library if it helps. I'd also be happy...

Sorry for the delayed response on this. Interesting! I'll have to look at how they made that work. Worst case, I anticipate it would be pretty easy for the author...

We'd love to have Python support. I'm planning to open source the current version in the next few days, and at that point we'd be thrilled to have someone take...

Quick note that the front-end code is now available. I'm happy to share the server side solver code if you'd like to work on this.