fix: Wrong urls
This commit is contained in:
parent
2cc6ed1f4f
commit
4f5af3ca37
3 changed files with 1 additions and 10 deletions
|
|
@ -40,10 +40,6 @@ 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