-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
1,783 additions
and
1,076 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Extension Discovery Cache | ||
========================= | ||
|
||
This folder is used by `package:extension_discovery` to cache lists of | ||
packages that contains extensions for other packages. | ||
|
||
DO NOT USE THIS FOLDER | ||
---------------------- | ||
|
||
* Do not read (or rely) the contents of this folder. | ||
* Do write to this folder. | ||
|
||
If you're interested in the lists of extensions stored in this folder use the | ||
API offered by package `extension_discovery` to get this information. | ||
|
||
If this package doesn't work for your use-case, then don't try to read the | ||
contents of this folder. It may change, and will not remain stable. | ||
|
||
Use package `extension_discovery` | ||
--------------------------------- | ||
|
||
If you want to access information from this folder. | ||
|
||
Feel free to delete this folder | ||
------------------------------- | ||
|
||
Files in this folder act as a cache, and the cache is discarded if the files | ||
are older than the modification time of `.dart_tool/package_config.json`. | ||
|
||
Hence, it should never be necessary to clear this cache manually, if you find a | ||
need to do please file a bug. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":2,"entries":[{"package":"awesome_notifications","rootUri":"../","packageUri":"lib/"}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.