LocalFileSystem class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
devToolsDir(
) → String - Returns the path to the DevTools storage directory.
-
devToolsFileAsJson(
String pathFromDevToolsDir) → String? - Returns a DevTools file from the given path as encoded json.
-
devToolsFileFromPath(
String pathFromDevToolsDir) → File? - Returns a DevTools file from the given path.
-
devToolsStoreLocation(
) → String -
ensureDevToolsDirectory(
) → void - Creates the ~/.flutter-devtools directory if it does not already exist.
-
flutterStoreExists(
) → bool - Whether the flutter store file exists.
-
maybeMoveLegacyDevToolsStore(
) → void - Moves the .devtools file to ~/.flutter-devtools/.devtools if the .devtools file exists in the user's home directory.