chore: Change startpage design

This commit is contained in:
Christian Pauly 2021-01-19 21:40:46 +01:00
commit 5d7f4a7ec7
3 changed files with 88 additions and 62 deletions

View file

@ -39,6 +39,10 @@ abstract class PlatformInfos {
context: context,
children: [
Text('Version: $version'),
RaisedButton(
child: Text(L10n.of(context).privacy),
onPressed: () => launch(AppConfig.privacyUrl),
),
RaisedButton(
child: Text(L10n.of(context).sourceCode),
onPressed: () => launch(AppConfig.sourceCodeUrl),