Add a "design discussion" section to the setState method · Issue #12296 · flutter/flutter
I just started playing with Flutter, and the most obvious stuff is setState. Honestly, it does not look good. Why would you want to put all your mutations into a lambda, especially if they are all ...