Henry Riehl

Results 6 issues of Henry Riehl

Centers search bar hint text by increasing it to 46 pixels high. Will submit an issue to the flutter repo. Also fixes some padding to make the search bar more...

I modified the original code to include an additional fix for the popupMenuItems moving based on which index is selected. This change makes it so that the popupMenuItems always come...

framework
f: material design

Similar to [#116278 ](https://github.com/flutter/flutter/issues/116278#issue-1469661628), albeit where instead of the border changing to fit a certain aspect ratio, the border becomes blurry when centred. The original issue dismisses the aspect ratio...

framework
engine
severe: rendering
has reproducible steps
found in release: 3.3
found in release: 3.7

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Scrolling through the `listview` leads to icons taking some time before...

bug

Might be hard to see but there is a slightly larger gap at the top compared to at the bottom. ![Screenshot from 2023-02-10 22-53-08](https://user-images.githubusercontent.com/73116038/218217142-faf6ee35-d791-4a6c-8782-2cb207b808ca.png) Repro code: ``` import 'package:flutter/material.dart'; import...

bug
widgets

I'm experiencing a lot of window flickering mainly whenever there is a lot of scrolling in the app, although it also happens when doing other normal operations. The window titlebar...