expidus.file-manager: Resolve dependencies for Flutter 3.13.0

This commit is contained in:
hacker1024 2023-08-27 23:29:07 +10:00
parent bbc7ae0b8f
commit 92e5c1fcec
2 changed files with 68 additions and 69 deletions

View file

@ -11,7 +11,7 @@ flutter.buildFlutterApplication rec {
};
depsListFile = ./deps.json;
vendorHash = "sha256-m2GCLC4ZUvDdBVKjxZjelrZZHY3+R7DilOOT84Twrxg=";
vendorHash = "sha256-7d8hsqXD7oqUN8VjQczSCyqytubDRq0os8wGnOfdSvs=";
postInstall = ''
rm $out/bin/file_manager

View file

@ -60,6 +60,7 @@
"dependencies": [
"flutter",
"test_api",
"matcher",
"path",
"fake_async",
"clock",
@ -69,16 +70,22 @@
"boolean_selector",
"characters",
"collection",
"js",
"matcher",
"material_color_utilities",
"meta",
"source_span",
"stream_channel",
"string_scanner",
"term_glyph"
"term_glyph",
"web"
]
},
{
"name": "web",
"version": "0.1.4-beta",
"kind": "transitive",
"source": "hosted",
"dependencies": []
},
{
"name": "term_glyph",
"version": "1.2.1",
@ -97,7 +104,7 @@
},
{
"name": "source_span",
"version": "1.9.1",
"version": "1.10.0",
"kind": "transitive",
"source": "hosted",
"dependencies": [
@ -115,7 +122,7 @@
},
{
"name": "collection",
"version": "1.17.1",
"version": "1.17.2",
"kind": "direct",
"source": "hosted",
"dependencies": []
@ -148,51 +155,20 @@
},
{
"name": "material_color_utilities",
"version": "0.2.0",
"version": "0.5.0",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"collection"
]
},
{
"name": "characters",
"version": "1.3.0",
"kind": "transitive",
"source": "hosted",
"dependencies": []
},
{
"name": "matcher",
"version": "0.12.15",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"async",
"meta",
"stack_trace",
"term_glyph",
"test_api"
]
},
{
"name": "test_api",
"version": "0.5.1",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"async",
"boolean_selector",
"collection",
"meta",
"source_span",
"stack_trace",
"stream_channel",
"string_scanner",
"term_glyph",
"matcher"
]
},
{
"name": "stack_trace",
"version": "1.11.0",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"path"
]
},
{
"name": "boolean_selector",
"version": "2.1.1",
@ -203,22 +179,6 @@
"string_scanner"
]
},
{
"name": "js",
"version": "0.6.7",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"meta"
]
},
{
"name": "characters",
"version": "1.3.0",
"kind": "transitive",
"source": "hosted",
"dependencies": []
},
{
"name": "vector_math",
"version": "2.1.4",
@ -226,6 +186,15 @@
"source": "hosted",
"dependencies": []
},
{
"name": "stack_trace",
"version": "1.11.0",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"path"
]
},
{
"name": "clock",
"version": "1.1.1",
@ -243,6 +212,36 @@
"collection"
]
},
{
"name": "matcher",
"version": "0.12.16",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"async",
"meta",
"stack_trace",
"term_glyph",
"test_api"
]
},
{
"name": "test_api",
"version": "0.6.0",
"kind": "transitive",
"source": "hosted",
"dependencies": [
"async",
"boolean_selector",
"collection",
"meta",
"source_span",
"stack_trace",
"stream_channel",
"string_scanner",
"term_glyph"
]
},
{
"name": "flutter",
"version": "0.0.0",
@ -251,10 +250,10 @@
"dependencies": [
"characters",
"collection",
"js",
"material_color_utilities",
"meta",
"vector_math",
"web",
"sky_engine"
]
},
@ -366,12 +365,12 @@
"source": "sdk",
"dependencies": [
"flutter",
"js",
"characters",
"collection",
"material_color_utilities",
"meta",
"vector_math"
"vector_math",
"web"
]
},
{
@ -434,7 +433,7 @@
},
{
"name": "intl",
"version": "0.18.0",
"version": "0.18.1",
"kind": "direct",
"source": "hosted",
"dependencies": [
@ -1010,11 +1009,11 @@
"characters",
"clock",
"collection",
"js",
"material_color_utilities",
"meta",
"path",
"vector_math"
"vector_math",
"web"
]
},
{