mod: main: use tabbarview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-19 21:37:55 +08:00
parent 568dcfcba9
commit 25980d80a9
3 changed files with 369 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ class MainController extends GetxController {
final StreamController<bool> bottomBarStream =
StreamController<bool>.broadcast();
late bool hideTabBar;
late PageController pageController;
late TabController controller;
RxInt selectedIndex = 0.obs;
RxBool isLogin = false.obs;