-
amirh authored
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.