Skip to content

when changes state and widget, but state reuse, the new ui won't update. - #41

Open
wilin52 wants to merge 1 commit into
davidmarne:masterfrom
wilin52:master
Open

wilin52 wants to merge 1 commit into
davidmarne:masterfrom
wilin52:master

Conversation

@wilin52

@wilin52 wilin52 commented Jun 17, 2019

Copy link
Copy Markdown

e.
UserInfo extends StoreConnector<....>{
final String userId;
UserInfo(this.userId);
connect(){...}
build(){....}
}

when refresh list of UserInfo, ui won't update. we should override the didUpdateWidget, force run the connect function, and setState

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant