flutter tab切换页面防止重置

问题描述:TabBar 配合TabBarView切换页面,而后每一个页面是一个listview加载数据,可是切换页面后listview的数据会被重置,html 从新被加载了,解决办法使用 with AutomaticKeepAliveClientMixin  实现  @protected bool get wantKeepAlive=>true; 便可,git 可能会出现红色报错,直接忽视gith
相关文章
相关标签/搜索