wiki-flutter icon indicating copy to clipboard operation
wiki-flutter copied to clipboard

ClickableImage refetches after zoom-out-then-zoom-back-in

Open namiwang opened this issue 8 years ago • 1 comments

checkout globalkey stuff in flutter.

namiwang avatar Jun 24 '17 04:06 namiwang

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.

namiwang avatar Jun 26 '17 11:06 namiwang