flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.18k stars 26.64k forks source link

Proposal: avoid `Container` objects in the framework #147431

Open nate-thegrate opened 2 weeks ago

nate-thegrate commented 2 weeks ago

Containers have suboptimal performance; there are several linter rules that recommend not using them when you can avoid it.


Ideally, I would like two things to happen:

nate-thegrate commented 1 week ago

Even though technically I'm able to update the style guide now, I'm going to hold off, since Containers are the only good option for a couple of things: