You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matching on string will work for indexes, but it will also work for arbitrary tags such as 'target:foo'. Matching on index only works for numbers, and you end up having to maintain a map of string keys to fake indexes. This is for lists with dynamic length and widgets of dynamic height where the target may not yet be rendered because it's below the fold. Any feedback is appreciated!
The text was updated successfully, but these errors were encountered:
using numbers as key is because it will count on the order to forecast which direction and what distance we may move to. And the index is also matching the default sliver builder's index. if you use it for only few rows with dynamic height, you can use SingleChildScrollView with GlobalKey.
Matching on string will work for indexes, but it will also work for arbitrary tags such as 'target:foo'. Matching on index only works for numbers, and you end up having to maintain a map of string keys to fake indexes. This is for lists with dynamic length and widgets of dynamic height where the target may not yet be rendered because it's below the fold. Any feedback is appreciated!
The text was updated successfully, but these errors were encountered: