chore: Change startpage design
This commit is contained in:
parent
2e7332d034
commit
5d7f4a7ec7
3 changed files with 88 additions and 62 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue