Skip to content

Commit 3399d7c

Browse files
committedJul 26, 2024
commit
0 parents  commit 3399d7c

File tree

73 files changed

+2234
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+2234
-0
lines changed
 
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":2,"entries":[{"package":"flutter_application","rootUri":"../","packageUri":"lib/"}]}

0 commit comments

Comments
 (0)