Skip to content

Conversation

wilin52
Copy link

@wilin52 wilin52 commented Jun 17, 2019

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