1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 23:16:09 +00:00

Maj nuget + flutter

This commit is contained in:
Yan Maniez 2020-05-16 02:26:51 +02:00
parent 695f014d83
commit 108fc25313
21 changed files with 8783 additions and 1065 deletions

View file

@ -20,7 +20,7 @@ class HomePage extends StatelessWidget {
FlatButton.icon(
label: Text(
AppLocalizations.of(context).libraryTitle,
style: Theme.of(context).textTheme.headline,
style: Theme.of(context).textTheme.headline5,
),
icon: SvgPicture.asset(
"assets/spell-book.svg",
@ -40,7 +40,7 @@ class HomePage extends StatelessWidget {
FlatButton.icon(
label: Text(
AppLocalizations.of(context).pceditorTitle,
style: Theme.of(context).textTheme.headline,
style: Theme.of(context).textTheme.headline5,
),
icon: SvgPicture.asset(
"assets/swordman.svg",
@ -58,7 +58,7 @@ class HomePage extends StatelessWidget {
FlatButton.icon(
label: Text(
AppLocalizations.of(context).aboutTitle,
style: Theme.of(context).textTheme.headline,
style: Theme.of(context).textTheme.headline5,
),
icon: SvgPicture.asset(
"assets/wooden-sign.svg",