mod: 依赖升级

This commit is contained in:
guozhigq
2023-07-25 10:46:02 +08:00
parent 85eeacebb8
commit ec4c94cf5e
12 changed files with 281 additions and 266 deletions

View File

@ -105,7 +105,7 @@ class _ActionPanelState extends State<ActionPanel> {
},
child: Text(
stat.like!.count ?? '点赞',
key: ValueKey<String>(stat.like!.count!),
key: ValueKey<String>(stat.like!.count ?? '点赞'),
style: TextStyle(
color: stat.like!.status! ? primary : color,
),