upgrade deps

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-25 12:48:49 +08:00
parent 05cd631439
commit 67c25bd130
6 changed files with 14 additions and 10 deletions

View File

@@ -120,7 +120,7 @@ class _PlDanmakuState extends State<PlDanmaku> {
_controller!.addDanmaku(
DanmakuContentItem(
e.content,
color: playerController.blockTypes.contains(6)
color: playerController.blockColorful
? Colors.white
: DmUtils.decimalToColor(e.color),
type: DmUtils.getPosition(e.mode),