Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-25 13:43:20 +08:00
parent 161bf2eedb
commit 20a36e8f9a
97 changed files with 596 additions and 436 deletions

View File

@@ -12,13 +12,11 @@ class LiveDmBlockController extends GetxController
@override
void onInit() {
super.onInit();
tabController = TabController(length: 2, vsync: this);
queryData();
}
late final TabController tabController = TabController(
length: 2,
vsync: this,
);
late final TabController tabController;
int? oldLevel;
final RxInt level = 0.obs;

View File

@@ -12,7 +12,7 @@ import 'package:PiliPlus/utils/utils.dart';
import 'package:extended_nested_scroll_view/extended_nested_scroll_view.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:get/get.dart' hide ContextExtensionss;
import 'package:get/get.dart';
class LiveDmBlockPage extends StatefulWidget {
const LiveDmBlockPage({super.key});