Oct 29, 2023
If you have a look to Flutter source code, you may see that most of their widgets are statefull... So i think the problem is not that dev uses too many times setState, but the lack of practice (or knwoledge) of widgets design in order to avoid unnecessary statefull widgets and too many call to setState.