-
Added
typeNameOf
, which is a safe way to get the name of aDartType
,
even when the type is aFunctionType
, which has anull
name in newer
versions of the Dart analyzer. -
Added
LibraryReader.pathToUrl(Uri|String)
, which computes theimport
or
export
path necessary to reach the provided URL from the current library.
Also addedpathToAsset
andpathToElement
as convenience functions. -
Expanded
package:build
support to allow version0.12.0
.