File tree Expand file tree Collapse file tree
.dart_tool/extension_discovery Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Extension Discovery Cache
2+ =========================
3+
4+ This folder is used by ` package:extension_discovery ` to cache lists of
5+ packages that contains extensions for other packages.
6+
7+ DO NOT USE THIS FOLDER
8+ ----------------------
9+
10+ * Do not read (or rely) the contents of this folder.
11+ * Do write to this folder.
12+
13+ If you're interested in the lists of extensions stored in this folder use the
14+ API offered by package ` extension_discovery ` to get this information.
15+
16+ If this package doesn't work for your use-case, then don't try to read the
17+ contents of this folder. It may change, and will not remain stable.
18+
19+ Use package ` extension_discovery `
20+ ---------------------------------
21+
22+ If you want to access information from this folder.
23+
24+ Feel free to delete this folder
25+ -------------------------------
26+
27+ Files in this folder act as a cache, and the cache is discarded if the files
28+ are older than the modification time of ` .dart_tool/package_config.json ` .
29+
30+ Hence, it should never be necessary to clear this cache manually, if you find a
31+ need to do please file a bug.
You can’t perform that action at this time.
0 commit comments