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.devtoolsfile to~/.flutter-devtools/.devtoolsif the.devtoolsfile 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