Denis Babineau

Results 5 comments of Denis Babineau

I was able to accomplish this by wrapping the Action in an OverflowBox w/LayoutBuilder: ``` LayoutBuilder( builder: (context, constraints) => OverflowBox( alignment: Alignment.topLeft, minWidth: constraints.minWidth, maxWidth: constraints.maxWidth + 10.0, //...

For us this started happening when we went from Flutter 1.17.5 to 1.20.0

@nycdotnet I realize this issue is old but I appear to be running into the same problem. It started happening after I added a new folder in my project that...

Adding to the above, in my case I have a symbolic link in subfolders of my new_folder that points back to the root of my project which appears to be...

running with `tsc -p` or with `passThrough` with grunt there is no hang so it does seem to be isolated to grunt-ts' handling (when not in passThrough mode). When you...