docs: Mention emoji font
This commit is contained in:
parent
d916ec2937
commit
65baf17db8
3 changed files with 7 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ abstract class PlatformInfos {
|
|||
onPressed: () => launch(AppConfig.sourceCodeUrl),
|
||||
),
|
||||
RaisedButton(
|
||||
child: Text(L10n.of(context).help),
|
||||
onPressed: () => launch(AppConfig.supportUrl),
|
||||
child: Text(AppConfig.emojiFontName),
|
||||
onPressed: () => launch(AppConfig.emojiFontUrl),
|
||||
),
|
||||
],
|
||||
applicationIcon: Image.asset('assets/logo.png', width: 100, height: 100),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue