Jenn Magder

Results 602 comments of Jenn Magder
trafficstars

I tried back to Flutter 1.17.0 and it seems this never worked? Swipe right/arrow right (with keyboard) do not work, but three-finger swipe to scroll does.

I'm going to drop this down to a P1, "This is a bug on production app which affect a great amount of users" doesn't align with our P0 priority.

> `cacheExtent` is never set for `SliverFillRemaining` widgets, therefore if it's not visible on start, the semantic nodes for it will not be passed to the engine until it's scrolled...

If the entire fix is in `packages/flutter/lib/src/rendering/sliver_fill.dart`, any idea why this only reproduced on iOS? > Note: This is iOS-only. I tested Android and web (Chrome on macOS) and you...

Plugin authors: follow issue https://github.com/flutter/flutter/issues/131940 for updates to our understanding of how this should work. https://github.com/flutter/flutter/issues/131940#issuecomment-1881641272

> I had to specify it for a macOS and tvOS app @SputNikPlop Can you clarify? You had to specify what, and what mechanism made you specify it?

https://github.com/flutter/flutter/issues/145269#issuecomment-2007016285 > I would encourage anyone following this issue to read [#131940 (comment)](https://github.com/flutter/flutter/issues/131940#issuecomment-2006965339), particularly the warning there. > > I will be hiding any comments I encounter in the Flutter...

> I noticed that I only did `a/b=2`. The numbers make sense if i increase number of runs. So will close it. > the issue is still valid What work...

Maybe some of the clipping needs to be removed post- https://github.com/flutter/engine/pull/43301 and https://flutter.dev/go/optimized-platform-view-layers ?

By the way with https://github.com/flutter/engine/pull/50386 and https://github.com/flutter/engine/pull/50387 `drawRect:` is never called in the ad scrolling example app.