|
|
|
@ -550,12 +550,6 @@ class _SettingsState extends State<Settings> {
|
|
|
|
|
ListTile(
|
|
|
|
|
trailing: Icon(Icons.link),
|
|
|
|
|
title: Text(L10n.of(context).license),
|
|
|
|
|
onTap: () => launch(
|
|
|
|
|
'https://gitlab.com/ChristianPauly/fluffychat-flutter/raw/master/LICENSE'),
|
|
|
|
|
),
|
|
|
|
|
ListTile(
|
|
|
|
|
trailing: Icon(Icons.code),
|
|
|
|
|
title: Text(L10n.of(context).sourceCode),
|
|
|
|
|
onTap: () => showLicensePage(
|
|
|
|
|
context: context,
|
|
|
|
|
applicationIcon:
|
|
|
|
@ -563,6 +557,12 @@ class _SettingsState extends State<Settings> {
|
|
|
|
|
applicationName: AppConfig.applicationName,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
ListTile(
|
|
|
|
|
trailing: Icon(Icons.code),
|
|
|
|
|
title: Text(L10n.of(context).sourceCode),
|
|
|
|
|
onTap: () => launch(
|
|
|
|
|
'https://gitlab.com/ChristianPauly/fluffychat-flutter'),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|