v0.7.4
-
Added
typeNameOf, which is a safe way to get the name of aDartType,
even when the type is aFunctionType, which has anullname in newer
versions of the Dart analyzer. -
Added
LibraryReader.pathToUrl(Uri|String), which computes theimportor
exportpath necessary to reach the provided URL from the current library.
Also addedpathToAssetandpathToElementas convenience functions. -
Expanded
package:buildsupport to allow version0.12.0.