Limpieza de peso de imágenes
This commit is contained in:
@@ -80,7 +80,7 @@ class _PantallaLobbyHostState extends State<PantallaLobbyHost> {
|
||||
Positioned.fill(
|
||||
child: IgnorePointer(
|
||||
child: Image.asset(
|
||||
'assets/ui/generated/join_lobby/qr_frame.png',
|
||||
'assets/ui/generated/join_lobby/qr_frame.webp',
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
),
|
||||
@@ -418,7 +418,7 @@ class _LobbySignalArt extends StatelessWidget {
|
||||
height: 104,
|
||||
width: double.infinity,
|
||||
child: Image.asset(
|
||||
'assets/ui/generated/join_lobby/signal_art.png',
|
||||
'assets/ui/generated/join_lobby/signal_art.webp',
|
||||
fit: BoxFit.contain,
|
||||
opacity: const AlwaysStoppedAnimation(0.90),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user