mod: lint

mod: tweaks

opt: publish page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-04 11:37:13 +08:00
parent 2cfad80214
commit caa58e9d7d
313 changed files with 2751 additions and 2789 deletions

View File

@@ -38,7 +38,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
clipBehavior: Clip.hardEdge,
margin: const EdgeInsets.only(
left: StyleString.safeSpace, right: StyleString.safeSpace),
decoration: BoxDecoration(
decoration: const BoxDecoration(
borderRadius: StyleString.mdRadius,
),
child: refreshIndicator(
@@ -52,7 +52,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
Obx(
() => controller.isLogin.value
? SliverPadding(
padding: EdgeInsets.symmetric(
padding: const EdgeInsets.symmetric(
vertical: StyleString.cardSpace,
),
sliver: SliverToBoxAdapter(
@@ -130,7 +130,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
() => Text.rich(
TextSpan(
children: [
TextSpan(text: '我的关注 '),
const TextSpan(text: '我的关注 '),
TextSpan(
text: '${controller.liveCount.value}',
style: TextStyle(
@@ -240,7 +240,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
loadingState.response[index].uname,
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(fontSize: 12),
style: const TextStyle(fontSize: 12),
textAlign: TextAlign.center,
),
],