mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-15 22:59:39 +00:00
Maj nuget + flutter
This commit is contained in:
parent
695f014d83
commit
108fc25313
21 changed files with 8783 additions and 1065 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue