You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It fires whenever there's a library name in a library directive; this matches our recommendation in recommended Dart: "DON'T have a library name in a library declaration".
Note that this will not be generally available until 3.4.0 is stable.
Implicit in this request is that we remove package_names from the recommended set ("Use lowercase_with_underscores for package names.").