build: Upgrade to flutter 3.22
This commit is contained in:
parent
9785b16c34
commit
b8547c4792
188 changed files with 426 additions and 364 deletions
|
|
@ -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_', ''));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue