builds: migrate to dart 3.0/flutter 3.10
This commit is contained in:
parent
ab1e2d8db8
commit
1e0988dd4c
8 changed files with 106 additions and 106 deletions
|
|
@ -375,7 +375,7 @@ class _Emoji extends StatelessWidget {
|
|||
sasEmoji[emoji.number]['translated_descriptions'],
|
||||
);
|
||||
translations['en'] = emoji.name;
|
||||
for (final locale in window.locales) {
|
||||
for (final locale in PlatformDispatcher.instance.locales) {
|
||||
final wantLocaleParts = locale.toString().split('_');
|
||||
final wantLanguage = wantLocaleParts.removeAt(0);
|
||||
for (final haveLocale in translations.keys) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue