PackageIOUtils extension
Utilities to help dealing with paths to common package files.
- on
Properties
- analysisOptions → File
-
Available on Directory, provided by the PackageIOUtils extension
Theanalysis_options.yamlfile.no setter - packageConfig → File
-
Available on Directory, provided by the PackageIOUtils extension
The.dart_tool/package_config.jsonfile.no setter - pubspec → File
-
Available on Directory, provided by the PackageIOUtils extension
Thepubspec.yamlfile.no setter - pubspecOverrides → File
-
Available on Directory, provided by the PackageIOUtils extension
Thepubspec_overrides.yamlfile.no setter - workspaceRef → File
-
Available on Directory, provided by the PackageIOUtils extension
The.dart_tool/pub/workspace_ref.jsonfile.no setter
Methods
-
dir(
String name, [String? name2, String? name3, String? name4, String? name5, String? name6]) → Directory -
Available on Directory, provided by the PackageIOUtils extension
Creates a child Directory from a list of path segments. -
file(
String name, [String? name2, String? name3, String? name4, String? name5, String? name6]) → File -
Available on Directory, provided by the PackageIOUtils extension
Creates a child File from a list of path segments. -
relativeTo(
FileSystemEntity other) → String -
Available on Directory, provided by the PackageIOUtils extension
Returns a path relative to the givenother.