xster
xster
diff-so-fancy shows the added/removed rows with a different font color. Since the font color is already used for syntax highlighting, it would still be nice to have some nicer glanceability...
Making P1 to match b/237412494. Using https://github.com/flutter/samples/tree/main/add_to_app/books as an example, while repeatedly opening and closing each Flutter view (in that sample's case, click "Edit" to go to a Flutter details...
Demo'ing iOS looks on an Android device with the gallery looks weird currently due to typography. Figure out a way to bundle a SF or SF-like font so Android can...
We don't have any demos of navigation using `BottomNavigationBar` in the gallery (for instance something showing https://material.io/design/components/bottom-navigation.html#behavior). The `BottomNavigationBar` demo itself shows the Scaffold body doing animations. Add another demo...
Hope it's not a dupe. Would be nice to catalog some sliver widgets in the gallery and common usage patterns.
Learning a new set of keybindings is a bit of a barrier towards adopting a new editor. A drop-in-ready replacement bindings.json instead of manually editing or scouring the internet for...
Otherwise, installing into objective-c projects might make wild version guesses and not build.
Sometime between version 0.64.1 and now, the build triggering behavior seems to have changed. Whereas changes within a file still produced a reasonably fast auto-complete, it seems like each keystroke...
Debugging complex widget tests often involves a lot of debugDumpApp() to look at the current state of the UI but terminal tree dumps are unwieldy. Especially trying to connect widgets...
Similar to alt-k in https://github.com/gokulsoumya/f#keybindings