mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`BuildWebCommand` was accessing the value of `target` directly from the argument parser rather than using the `targetFile` getter defined on `FlutterCommand` which handles file paths provided in the positional argument list. Fixes https://github.com/flutter/flutter/issues/136830.