mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Essentially this PR is `s/getSyntheticGeneratedFileContent/getGeneratedFileContent` for a particular test suite. Made one non-test change (`bool useSyntheticPackage = false`) that in-practice should be a NOP, mostly so I could catch (and remove) cases where the default argument was already being passed-in. A follow-up PR will continue to remove the synthetic package support features (and refactor or remove tests where necessary).