Shawn

Results 192 comments of Shawn

I don't really understand the pushback here. The current behavior is _extremely_ inefficient when moving large distances in the list. So, something needs to be changed in the ScrollController no?...

Fair. But I'm not sure if we're working towards the ability for app developers to have more control, or chasing a more optimized internal approach.

I think in the cases where you use the value of the field you are watching (almost always?), it would be good practice to encourage them to store off the...

I think `WatchIt` is a great name! Don't see any real issues with your recommended approach. Would love to see these under a unified name w/ a simpler usage.

Sounds great! Looking forward to the discussion on new method names as well. Seems like we could omit the `GetIt.I` and just end up with ```dart final foo = watch();...

Seems like there are two specific behaviors here. There's the concept of `pop` which is moving up a stack of pages, and `back` which is going back in history. When...

I wish! They are aware of this issue, but not sure what the plans are to fix it.

Can the team provide any insight on the remaining level of effort here, and if we can hope to expect this in the short-medium term?

It would be super nice to get a little clarity on this from the Flutter Team. Is this viewed as something that can even be solved? Is there a plan...

Many people bundle websites as apps, or convert apps to websites, I really don't see a hard distinction between the two except that Web exists in a sandbox and has...