Results 5 comments of Aaron

I have a similar problem using `SliverMasonryGrid` and `SliverList` in `CustomScrollView`. The `SliverList` is placed below the `SliverMasonryGrid`, and the scroll position jumps to the `SliverMasonryGrid` when I scroll down...

I have a similar problem using `SliverMasonryGrid` and `SliverList` in `CustomScrollView`. The `SliverList` is placed below the `SliverMasonryGrid`, and the scroll position jumps to the `SliverMasonryGrid` when I scroll down...

I faced the same problem, could you support the left-most first and then the top-most placement algorithm?

I have a similar problem using `SliverMasonryGrid` and `SliverList` in `CustomScrollView`. The `SliverList` is placed below the `SliverMasonryGrid`, and the scroll position jumps to the `SliverMasonryGrid` when I scroll down...

In issue https://github.com/pichillilorenzo/flutter_inappwebview/issues/598, the author said the Android autofill is solved in `5.0.5+3` with `useHybridComposition: true`. However, it still doesn't work even though I use the version `5.3.2` with `useHybridComposition:...