Jordan Miller

Results 11 comments of Jordan Miller

> @lastmeta [Backdrop behaviour in MDG](https://material.io/components/backdrop#behavior) defines that the front layer should be inactive when backLayer is revealed, therefore this is the default(hard-coded) behaviour. thats fine. in our case we...

actually it turns out paste works correctly up to but not including a backdrop layer height of 163. any height less than that, paste works just fine. ``` Backdrop.of(components.navigator.routeContext!).revealBackLayer(); return...

![image](https://user-images.githubusercontent.com/5642485/158268202-4b3e3ac8-d4e5-4443-82d4-fc0630744e8e.png) I'm struggling to figure out what the square box at the top is, but if the paste button is not within that square it does not paste. Notice it...

here's a better view ![image](https://user-images.githubusercontent.com/5642485/158277351-a91d2157-dd9c-437d-b1d8-c9a93ed9ab0d.png) This area is as large as the white area. some kind of gesturedetection, idk. But it doesn't move down with the fling of the backdrop......

it seems like that area is the raw gesture detection area associated with the paste button. it only shows up in the widget inspector when the paste widget tooltip is...

found a viable workaround for my usecase by disabling the toolbar altogether, but I should also note here that if we say `resizeToAvoidBottomInset=false` on the scaffold it also works fine....

> Thanks very much for this PR - this is amazing work! > > I would like to suggest three things: > > 1. Would you mind renaming the `purge`...

I never use it, don't see the need for it, but if others like it that's cool. I'd just like to be able to use it as a function name,...

I am getting this error too, after having upgraded my flutter and dart: ``` FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only...

This request feature of static nested classes is not be implemented, and may never get implemented, but as [lrhn](https://github.com/lrhn) commented [on Apr 30, 2019](https://github.com/dart-lang/language/issues/336#issuecomment-487865144) it would be used for organizational...