refactor: Remove custom font and emoji font workaround
This commit is contained in:
parent
b0693d3ec8
commit
cd83c6e5ab
17 changed files with 47 additions and 217 deletions
|
|
@ -54,11 +54,6 @@ abstract class PlatformInfos {
|
|||
icon: const Icon(Icons.source_outlined),
|
||||
label: Text(L10n.of(context).sourceCode),
|
||||
),
|
||||
TextButton.icon(
|
||||
onPressed: () => launchUrlString(AppConfig.emojiFontUrl),
|
||||
icon: const Icon(Icons.emoji_emotions_outlined),
|
||||
label: const Text(AppConfig.emojiFontName),
|
||||
),
|
||||
Builder(
|
||||
builder: (innerContext) {
|
||||
return TextButton.icon(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue