FileSystemExtension extension

on
  • FileSystem

Properties

flutterStoreExists bool

Available on FileSystem, provided by the FileSystemExtension extension

Whether the flutter store file exists.
no setter

Methods

devToolsFileAsJson(String relativePath) String?

Available on FileSystem, provided by the FileSystemExtension extension

Returns a DevTools file from the given path as encoded JSON.
devToolsFileFromPath(String relativePath) → File?

Available on FileSystem, provided by the FileSystemExtension extension

Returns a DevTools file from the given path.
maybeMoveLegacyDevToolsStore() → void

Available on FileSystem, provided by the FileSystemExtension extension

Moves the .devtools file to ~/.flutter-devtools/.devtools if the .devtools file exists in the user's home directory.

Static Properties

devToolsDir String

Available on FileSystem, provided by the FileSystemExtension extension

The path to the DevTools storage directory.
no setter
devToolsStoreLocation String

Available on FileSystem, provided by the FileSystemExtension extension

no setter