PackageIOUtils extension

Utilities to help dealing with paths to common package files.

on

Properties

analysisOptions File
The analysis_options.yaml file.
no setter
packageConfig File
The .dart_tool/package_config.json file.
no setter
pubspec File
The pubspec.yaml file.
no setter
pubspecOverrides File
The pubspec_overrides.yaml file.
no setter

Methods

dir(String name, [String? name2, String? name3, String? name4, String? name5, String? name6]) Directory
Creates a child Directory from a list of path segments.
file(String name, [String? name2, String? name3, String? name4, String? name5, String? name6]) File
Creates a child File from a list of path segments.
relativeTo(FileSystemEntity other) String
Returns a path relative to the given other.