You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to anno...@dartlang.org
As of the 2.14.0-52.0.dev build and 2.14 stable, thedirectives_ordering lint will catch a number of previously overlooked cases. Some work was done to update Flutter and patch up downstream packages (see: dart-lang/linter#2609) but other consumers of this lint may see new violations. The lint can be auto-fixed in IDEs (using the "Optimize Imports" action in IntelliJ for example) or on the command-line by using dart fix (e.g., dart fix --apply).