package_file_loader library
Classes
Properties
- gitDependencyAbsolutePathRegex → RegExp
-
final
- packageRegex → RegExp
-
final
- pubDependencyAbsolutePathRegex → RegExp
-
final
Functions
-
loadPackageFile(
String path, {bool packageUriAsRoot = true}) → Future< File> -
loadPackageFileAsAsset(
String path, {bool packageUriAsRoot = true}) → Future< LoadedFileAsset> -
loadPackageFileAsAssetSync(
String path, {bool packageUriAsRoot = true}) → Future< LoadedFileAsset> -
loadPackageFileSync(
String path, {bool packageUriAsRoot = true}) → File -
packageFromAbsolutePath(
String absolutePath) → String -
packageImportFromAbsolutePath(
String absolutePath) → Future< String>