flutter_built_redux icon indicating copy to clipboard operation
flutter_built_redux copied to clipboard

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

Open wilin52 opened this issue 6 years ago • 0 comments

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

wilin52 avatar Jun 17 '19 08:06 wilin52