feat: custom main pageview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-20 11:12:02 +08:00
parent f70845c350
commit 5c6be9cdcd
4 changed files with 42 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ class MainController extends GetxController {
final StreamController<bool> bottomBarStream =
StreamController<bool>.broadcast();
late bool hideTabBar;
late TabController controller;
late dynamic controller;
RxInt selectedIndex = 0.obs;
RxBool isLogin = false.obs;
@@ -39,6 +39,8 @@ class MainController extends GetxController {
late final RxString msgUnReadCount = ''.obs;
late int lastCheckUnreadAt = 0;
late final mainTabBarView = GStorage.mainTabBarView;
@override
void onInit() {
super.onInit();