bump flutter (#859)

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
dom
2025-05-16 23:05:02 +08:00
committed by GitHub
parent cf0bf1e587
commit 7ae92970ef
96 changed files with 604 additions and 521 deletions

View File

@@ -40,7 +40,7 @@ class LiveRoomChat extends StatelessWidget {
const EdgeInsets.symmetric(horizontal: 10, vertical: 5),
decoration: BoxDecoration(
color: isPP == true
? Colors.black.withOpacity(0.3)
? Colors.black.withValues(alpha: 0.3)
: const Color(0x15FFFFFF),
borderRadius: const BorderRadius.all(Radius.circular(18)),
),
@@ -51,7 +51,7 @@ class LiveRoomChat extends StatelessWidget {
text:
'${liveRoomController.messages[index]['name']}: ',
style: TextStyle(
color: Colors.white.withOpacity(0.6),
color: Colors.white.withValues(alpha: 0.6),
fontSize: 14,
),
recognizer: TapGestureRecognizer()