mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When running `flutter pub get` from the root of a Pub workspace, localizations are generated for each subproject. However, we were trying to write the untranslated messages file relative to the current directory, not the target project's directory. This change updates the logic for determining the output location of the untranslated messages file to include the target project root. Fixes https://github.com/flutter/flutter/issues/174205