mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The lint ensures that the prefix you use in your "import ... as" directive conforms to lowercase_with_underscores style. However, generated code often doesn't, since it may use preceding underscores for collision avoidance, or directly use locale codes in the prefixes.