aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.66k stars 304 forks source link

CI broken with Flutter 2 - sort_child_properties_last #199

Closed awhitford closed 3 years ago

awhitford commented 3 years ago

It appears that the code is failing the flutter analyze check, which is breaking the CI builds. This seems to be since Flutter 2. See sort_child_properties_last.

awhitford commented 3 years ago

Note that the CI break was due to a pedantic upgrade that introduced 8 new lint rules.