Check that localization files of stocks app are up-to-date (#161608)

Fixes https://github.com/flutter/flutter/issues/160473
This commit is contained in:
Michael Goderbauer
2025-01-14 12:47:08 -08:00
committed by GitHub
parent 818133b8b0
commit 19a212b5ac
3 changed files with 48 additions and 1 deletions

View File

@@ -20,3 +20,5 @@ template-arb-file: stocks_en.arb
## StockStrings getter. This removes the need for adding null checks
## in the Flutter application itself.
nullable-getter: false
## Run the formatter on the generated localization files.
format: true