mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds a package config file to the const finder test fixtures to unblock the null safety flag removal change. Otherwise these fixtures get opted in to null safety and some constants are missing (presumably because they are invalid). Related dart-lang/sdk#43872