Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable deprecation warnings for mega_gallery (#143466)
Follow-up to flutter/flutter#143347. As flutter/flutter#143403 uncovered, deprecation warnings were still enabled for the mega_gallery because it doesn't use the analysis_options.yaml file from the flutter root. This change injects a analysis_options.yaml file for the mega_gallery that disables those warnings. Submitting this separately from flutter/flutter#143403 in case it affects the mega_gallery benchmark to get a clean new baseline before removing all the `deprecated_member_use` ignores.
- Loading branch information