|
|
Log in / Subscribe / Register

Building a Flutter application (part 1)

Building a Flutter application (part 1)

Posted Sep 9, 2020 9:33 UTC (Wed) by nix (subscriber, #2304)
In reply to: Building a Flutter application (part 1) by nix
Parent article: Building a Flutter application (part 1)

Oh wait:

> Padding around the title text was added using the contentPadding parameter of ListTile

I misinterpreted this as meaning "padding on the left and right", but if this is padding on *all sides*, this massively whitespaced list is actually a consequence of local decisions made during the writing of this example, and does not reflect negatively on Flutter at all (except that perhaps it might be making it too easy for you to make your user interface look horrible! but that is hardly a sin unique to Flutter, god knows).


to post comments

Building a Flutter application (part 1)

Posted Sep 9, 2020 9:40 UTC (Wed) by nix (subscriber, #2304) [Link]

The compactness and readability of the *code* is really quite impressive :)

I do wonder if perhaps I have a bit of a knee-jerk negative reaction to spacing problems in anything connected to Material Design...


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds