jancywen / e_shop_flutter

0 stars 0 forks source link

使用AutomaticKeepAliveClientMixin出现以下问题 #4

Open jancywen opened 3 years ago

jancywen commented 3 years ago
This method overrides a method annotated as '@mustCallSuper' in 'AutomaticKeepAliveClientMixin', but doesn't invoke the overridden method.
jancywen commented 3 years ago

添加AutomaticKeepAliveClientMixin,并实现对应的方法bool get wantKeepAlive => true;,同时build方法实现父方法 super.build(context);