Closed
Description
Currently, the package view pub.dartlang.org always displays the example import as 'import "package:packagename/packagename.dart"'. Some packages don't have a library with the same name as the package, though, and for those packages this import example will fail. We should display one or more valid imports for these packages instead, or at least an import string that has an obvious placeholder.