Skip to content

Commit

Permalink
Working on 1.0.2 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinsolla committed Feb 23, 2022
1 parent ec1374a commit 6818cc7
Showing 1 changed file with 55 additions and 2 deletions.
57 changes: 55 additions & 2 deletions lib/common_pages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,34 @@ class update_version_page extends StatelessWidget {
textAlign: TextAlign.left,
),
Text(
"Se ha mejorado la interfaz haciéndola más intuitiva y manejable.\n",
"Ahora la app se abre en el modo 'La palabra del día' y puedes cambiar entre los modos de juego "
"sin perder tu progreso en ellos.\n",
style: TextStyle(
fontSize: 15,
color: myBlack,
fontWeight: FontWeight.normal,
decoration: TextDecoration.none,
fontFamily: 'RaleWay',
),
textAlign: TextAlign.left,
),
SizedBox(
height: 7.5,
),
Text(
"Puntuación y rachas",
style: TextStyle(
fontSize: 16,
color: myBlack,
fontWeight: FontWeight.bold,
decoration: TextDecoration.none,
fontFamily: 'RaleWay',
),
textAlign: TextAlign.left,
),
Text(
"Seha añadido al modo 'Palabras infinitas' un sistema de puntuación que funciona "
"según lo rápido que se acierte la palabra, los intentos y la racha actual.\n",
style: TextStyle(
fontSize: 15,
color: myBlack,
Expand Down Expand Up @@ -1072,7 +1099,7 @@ class update_version_page extends StatelessWidget {
height: 7.5,
),
Text(
"En proceso:",
"En desarrollo:",
style: TextStyle(
fontSize: 25,
color: myBlack,
Expand Down Expand Up @@ -1122,6 +1149,32 @@ class update_version_page extends StatelessWidget {
SizedBox(
height: 7.5,
),
Text(
"Conservar la palabra del día al cerrar el juego",
style: TextStyle(
fontSize: 16,
color: myBlack,
fontWeight: FontWeight.bold,
decoration: TextDecoration.none,
fontFamily: 'RaleWay',
),
textAlign: TextAlign.left,
),
Text(
"Se está trabajando para conservar tu progreso en el modo 'La palabra del día' "
"a pesar de cerrar o reiniciar la app.\n",
style: TextStyle(
fontSize: 15,
color: myBlack,
fontWeight: FontWeight.normal,
decoration: TextDecoration.none,
fontFamily: 'RaleWay',
),
textAlign: TextAlign.left,
),
SizedBox(
height: 7.5,
),
Text(
"Lista de palabras en proceso de mejora",
style: TextStyle(
Expand Down

0 comments on commit 6818cc7

Please sign in to comment.