Open namiwang opened 7 years ago
Eric Seidel [at]eseidelGoogle @nanowang there are various examples in flutter_gallery which use GlobalKey: https://github.com/flutter/flutter/search?p=5&q=GlobalKey&type=&utf8=%E2%9C%93 @nanowang you definitely shouldn't feel compelled to keep all of your application state off of StatefulWidgets. You can also have completely separate state which you pass in via other ways. Its a common question that folk would like more "how to architect a whole Flutter-using app" documentation.
checkout
globalkey
stuff in flutter.