Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Rafa Castillo Passols
/
peponator
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6c25f5e9
authored
Apr 25, 2025
by
Diego Pérez Peña
Committed by
Tecnicos
Apr 25, 2025
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Agregada orientación para la pantalla final y la de récords
parent
508e88e1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
lib/paginas/pantalla_juego.dart
lib/paginas/pantalla_records.dart
lib/paginas/pantalla_juego.dart
View file @
6c25f5e9
...
@@ -619,8 +619,10 @@ class _PantallaJuegoState extends State<PantallaJuego>
...
@@ -619,8 +619,10 @@ class _PantallaJuegoState extends State<PantallaJuego>
// TODO: Agregar una pantalla de registro de récords
// TODO: Agregar una pantalla de registro de récords
Widget
_buildPantallaFinal
(
Orientation
orientation
){
Widget
_buildPantallaFinal
(
Orientation
orientation
){
final
fullWidth
=
MediaQuery
.
of
(
context
).
size
.
width
;
final
fullWidth
=
(
orientation
==
Orientation
.
portrait
)?
final
fullHeight
=
380.0
;
MediaQuery
.
of
(
context
).
size
.
width
-
MediaQuery
.
of
(
context
).
padding
.
horizontal
:
400.0
;
final
fullHeight
=
(
orientation
==
Orientation
.
portrait
)?
380.0
:
MediaQuery
.
of
(
context
).
size
.
height
-
MediaQuery
.
of
(
context
).
padding
.
vertical
;
return
SizedBox
(
return
SizedBox
(
width:
fullWidth
,
width:
fullWidth
,
...
...
lib/paginas/pantalla_records.dart
View file @
6c25f5e9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment