namiwang / wiki-flutter

more than an elegant wikipedia client
51 stars 18 forks source link

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

Open namiwang opened 7 years ago

namiwang commented 7 years ago

checkout globalkey stuff in flutter.

namiwang commented 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.