Flutter UI Guides are spaced when custom line height is used
See original GitHub issueFlutter UI Guides have a gap between lines when I use a custom line height. Not sure if this is a bug or intended behaviour, but I wish it was a continuous line…
My settings:
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
I’m on VS Code 1.36.1, Dart-Code extension 3.3.0, Ubuntu 18.04 GNOME.
Custom line height (35):
Default line height (0):
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How do I adjust the line height in flutter_markdown?
Adjusting height and a bunch of other style sheet properties I tried does not fix the line spacing.
Read more >Layouts in Flutter - Flutter documentation
One of the most common layout patterns is to arrange widgets vertically or horizontally. You can use a Row widget to arrange widgets...
Read more >Flutter - How to set Line Height Spacing on Text Widget - Morioh
In this example, we are going to show you the way to set line-height spacing in Text Widget in Flutter. You may need...
Read more >Flutter layouts guide: Margins and padding - LogRocket Blog
margin and ; padding properties of ; Container are used to set the margin and padding (makes sense, right?) for the visible elements...
Read more >How to set Line Height Spacing on Text Widget - Flutter Campus
In this example, we are going to show you the way to set line-height spacing in Text Widget in Flutter. You may need...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah - I thought you’d found something I’d missed. Yeah, it kinda sucks.
Please do add 👍 's to https://github.com/microsoft/vscode/issues/73780 if you haven’t already. A good API from VS Code would make a huge difference here!
having the same issue, had to remove the custom line height from my vscode settings for dart.