Add missing imports to animated_icons_private_test (#13893)
This started breaking the analyzer following https://github.com/flutter/flutter/pull/13889 The test version of the material_animated_icons did not include the meta package (needed for the @required tag) and was also not including all the generated icons files. Ideally we should find a way to fix this without enumerating all the icons in the test file. But for now just adding the missing file to fix the build breakage.
Showing
Please register or sign in to comment