updated new flutter version

This commit is contained in:
2023-12-15 21:34:23 +08:00
parent bcf21d90ac
commit f8a90ad305
20 changed files with 304 additions and 297 deletions

View File

@@ -4118,6 +4118,16 @@ class S {
args: [],
);
}
/// `Used & trusted by`
String get used_and_trust_by {
return Intl.message(
'Used & trusted by',
name: 'used_and_trust_by',
desc: '',
args: [],
);
}
}
class AppLocalizationDelegate extends LocalizationsDelegate<S> {