Work with Strings | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/13739693-your-first-flutter-app/lessons/18

I’m new to flutter dev, but it strikes me as strange that control state should have knowledge of a member variable of a class responsible for its own construction via widget.model = x… . Shouldn’t there be some sort of callback pattern to handle this so that these constructs can be lest coupled?