解决 Flutter TabController 执行两次的问题
Jun 16, 2022
2 min read
_tabController.addListener(() {
if
(_tabController.indexIsChanging) {
this
.getAds(); } });