This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Specify preferred order of imports in Style Guide #860
Closed
Description
From [email protected] on April 29, 2014 18:50:07
General convention is:
"dart:" libraries should come before "package:" imports, and the two should be separated by a space.
This is a SHOULD, not a MUST.
Original issue: http://code.google.com/p/dart/issues/detail?id=18527