-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from surfstudio/add-cache-extent-property
feat: Add cache extent property
- Loading branch information
Showing
6 changed files
with
999 additions
and
1 deletion.
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
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,366 @@ | ||
# Generated by pub | ||
# See https://dart.dev/tools/pub/glossary#lockfile | ||
packages: | ||
_fe_analyzer_shared: | ||
dependency: transitive | ||
description: | ||
name: _fe_analyzer_shared | ||
sha256: ae92f5d747aee634b87f89d9946000c2de774be1d6ac3e58268224348cd0101a | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "61.0.0" | ||
analyzer: | ||
dependency: transitive | ||
description: | ||
name: analyzer | ||
sha256: ea3d8652bda62982addfd92fdc2d0214e5f82e43325104990d4f4c4a2a313562 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "5.13.0" | ||
analyzer_plugin: | ||
dependency: transitive | ||
description: | ||
name: analyzer_plugin | ||
sha256: c1d5f167683de03d5ab6c3b53fc9aeefc5d59476e7810ba7bbddff50c6f4392d | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.11.2" | ||
ansicolor: | ||
dependency: transitive | ||
description: | ||
name: ansicolor | ||
sha256: "607f8fa9786f392043f169898923e6c59b4518242b68b8862eb8a8b7d9c30b4a" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.0.1" | ||
args: | ||
dependency: transitive | ||
description: | ||
name: args | ||
sha256: "4276641ebd31b2fd6dbd922c665a4877482179fee8034cf7bdfb8bc70b7b67c8" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.1" | ||
async: | ||
dependency: transitive | ||
description: | ||
name: async | ||
sha256: "5386f08a54d1b58d17e4bc6dee9b6b24a256b1fc7e2addba11945eec144edad8" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.7.0" | ||
characters: | ||
dependency: transitive | ||
description: | ||
name: characters | ||
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.3.0" | ||
charcode: | ||
dependency: transitive | ||
description: | ||
name: charcode | ||
sha256: fb98c0f6d12c920a02ee2d998da788bca066ca5f148492b7085ee23372b12306 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.3.1" | ||
collection: | ||
dependency: transitive | ||
description: | ||
name: collection | ||
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.18.0" | ||
convert: | ||
dependency: transitive | ||
description: | ||
name: convert | ||
sha256: f08428ad63615f96a27e34221c65e1a451439b5f26030f78d790f461c686d65d | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.0.1" | ||
crypto: | ||
dependency: transitive | ||
description: | ||
name: crypto | ||
sha256: cf75650c66c0316274e21d7c43d3dea246273af5955bd94e8184837cd577575c | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.0.1" | ||
csslib: | ||
dependency: transitive | ||
description: | ||
name: csslib | ||
sha256: f857285c8dc0b4f2f77b49a1c083ff8c75223a7549de20f3e607df58cf497a43 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.17.0" | ||
dart_code_metrics: | ||
dependency: transitive | ||
description: | ||
name: dart_code_metrics | ||
sha256: "3dede3f7abc077a4181ec7445448a289a9ce08e2981e6a4d49a3fb5099d47e1f" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "5.7.6" | ||
dart_code_metrics_presets: | ||
dependency: transitive | ||
description: | ||
name: dart_code_metrics_presets | ||
sha256: b71eadf02a3787ebd5c887623f83f6fdc204d45c75a081bd636c4104b3fd8b73 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.8.0" | ||
dart_style: | ||
dependency: transitive | ||
description: | ||
name: dart_style | ||
sha256: "1efa911ca7086affd35f463ca2fc1799584fb6aa89883cf0af8e3664d6a02d55" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.3.2" | ||
file: | ||
dependency: transitive | ||
description: | ||
name: file | ||
sha256: b69516f2c26a5bcac4eee2e32512e1a5205ab312b3536c1c1227b2b942b5f9ad | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "6.1.2" | ||
flutter: | ||
dependency: "direct main" | ||
description: flutter | ||
source: sdk | ||
version: "0.0.0" | ||
flutter_lints: | ||
dependency: transitive | ||
description: | ||
name: flutter_lints | ||
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.0.3" | ||
glob: | ||
dependency: transitive | ||
description: | ||
name: glob | ||
sha256: dda85ce2aefce16f7e75586acbcb1e8320bf176f69fd94082e31945d6de67f3e | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.0.1" | ||
html: | ||
dependency: transitive | ||
description: | ||
name: html | ||
sha256: bfef906cbd4e78ef49ae511d9074aebd1d2251482ef601a280973e8b58b51bbf | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.15.0" | ||
http: | ||
dependency: transitive | ||
description: | ||
name: http | ||
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.13.6" | ||
http_parser: | ||
dependency: transitive | ||
description: | ||
name: http_parser | ||
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "4.0.2" | ||
json_annotation: | ||
dependency: transitive | ||
description: | ||
name: json_annotation | ||
sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "4.8.1" | ||
lints: | ||
dependency: transitive | ||
description: | ||
name: lints | ||
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.1" | ||
material_color_utilities: | ||
dependency: transitive | ||
description: | ||
name: material_color_utilities | ||
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.8.0" | ||
meta: | ||
dependency: transitive | ||
description: | ||
name: meta | ||
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.11.0" | ||
package_config: | ||
dependency: transitive | ||
description: | ||
name: package_config | ||
sha256: "20e7154d701fedaeb219dad732815ecb66677667871127998a9a6581c2aba4ba" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.0.0" | ||
path: | ||
dependency: transitive | ||
description: | ||
name: path | ||
sha256: "2ad4cddff7f5cc0e2d13069f2a3f7a73ca18f66abd6f5ecf215219cdb3638edb" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.8.0" | ||
pedantic: | ||
dependency: transitive | ||
description: | ||
name: pedantic | ||
sha256: "67fc27ed9639506c856c840ccce7594d0bdcd91bc8d53d6e52359449a1d50602" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.11.1" | ||
petitparser: | ||
dependency: transitive | ||
description: | ||
name: petitparser | ||
sha256: c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "6.0.2" | ||
platform: | ||
dependency: transitive | ||
description: | ||
name: platform | ||
sha256: "12220bb4b65720483f8fa9450b4332347737cf8213dd2840d8b2c823e47243ec" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.1.4" | ||
process: | ||
dependency: transitive | ||
description: | ||
name: process | ||
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "4.2.4" | ||
pub_semver: | ||
dependency: transitive | ||
description: | ||
name: pub_semver | ||
sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.4" | ||
pub_updater: | ||
dependency: transitive | ||
description: | ||
name: pub_updater | ||
sha256: "05ae70703e06f7fdeb05f7f02dd680b8aad810e87c756a618f33e1794635115c" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.3.0" | ||
sky_engine: | ||
dependency: transitive | ||
description: flutter | ||
source: sdk | ||
version: "0.0.99" | ||
source_span: | ||
dependency: transitive | ||
description: | ||
name: source_span | ||
sha256: d5f89a9e52b36240a80282b3dc0667dd36e53459717bb17b8fb102d30496606a | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.8.1" | ||
string_scanner: | ||
dependency: transitive | ||
description: | ||
name: string_scanner | ||
sha256: dd11571b8a03f7cadcf91ec26a77e02bfbd6bbba2a512924d3116646b4198fc4 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.1.0" | ||
surf_lint_rules: | ||
dependency: "direct dev" | ||
description: | ||
name: surf_lint_rules | ||
sha256: "0465c70586a137db13a1e6afb1bd10b48a95c90fe29fdcee15a96c9f70fe2b19" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.0" | ||
swipe_refresh: | ||
dependency: "direct main" | ||
description: | ||
path: ".." | ||
relative: true | ||
source: path | ||
version: "1.0.5" | ||
term_glyph: | ||
dependency: transitive | ||
description: | ||
name: term_glyph | ||
sha256: a88162591b02c1f3a3db3af8ce1ea2b374bd75a7bb8d5e353bcfbdc79d719830 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.2.0" | ||
typed_data: | ||
dependency: transitive | ||
description: | ||
name: typed_data | ||
sha256: "53bdf7e979cfbf3e28987552fd72f637e63f3c8724c9e56d9246942dc2fa36ee" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.3.0" | ||
uuid: | ||
dependency: transitive | ||
description: | ||
name: uuid | ||
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.0.7" | ||
vector_math: | ||
dependency: transitive | ||
description: | ||
name: vector_math | ||
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.4" | ||
watcher: | ||
dependency: transitive | ||
description: | ||
name: watcher | ||
sha256: "68173f2fa67d241323a4123be7ed4e43424c54befa5505d71c8ad4b7baf8f71d" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.0.0" | ||
xml: | ||
dependency: transitive | ||
description: | ||
name: xml | ||
sha256: b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "6.5.0" | ||
yaml: | ||
dependency: transitive | ||
description: | ||
name: yaml | ||
sha256: "3cee79b1715110341012d27756d9bae38e650588acd38d3f3c610822e1337ace" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.1.0" | ||
sdks: | ||
dart: ">=3.2.0 <4.0.0" |
Oops, something went wrong.