build: Upgrade to flutter 3.22

This commit is contained in:
Christian Kußowski 2025-05-21 07:37:35 +02:00
commit b8547c4792
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
188 changed files with 426 additions and 364 deletions

View file

@ -8,7 +8,7 @@ import 'utils/test_client.dart';
void main() async {
test('Check for missing /command hints', () async {
final translated =
jsonDecode(File('assets/l10n/intl_en.arb').readAsStringSync())
jsonDecode(File('lib/l10n/intl_en.arb').readAsStringSync())
.keys
.where((String k) => k.startsWith('commandHint_'))
.map((k) => k.replaceFirst('commandHint_', ''));