Flutter中BottomNavigationBar+PageView+AutomaticKeepAliveClientMixin实现底部tabbar切换页面状态保持
网上有很多方案,试了一下,简单的BottomNavigationBar+AutomaticKeepAliveClientMixin是不能实现页面状态保持的.同时BottomNavigationBar+IndexedStack+AutomaticKeepAliveClientMixin会出现进入首页就把tababr的几个页面都加载的情况,也不是最优方案.最终解决问题的方案就是:BottomNavig