|
|
|
|
|
by llama_drama
480 days ago
|
|
> Everything, including styling, is just a widget. And that's the downside.
What would be just two or three nested <div>s in HTML+CSS turns into several screens of widgets, making navigation and debugging much harder. I once had an issue with extra margin in one of Flutter's built-in widgets and spent hours trying to figure out why - without success. |
|