Shared naming conventions improve readability and allow teams to collaborate efficiently. In Dart, the convention is that all package names should
be in lowercase, with parts separated by underscores. This rule checks that all package names comply with this convention.
Noncompliant package names:
Compliant package name: