Update DWDS to 20.0.1
in flutter_tools
(#132350)
- Updates DWDS from `19.0.2` to `20.0.1` - Makes the required changes for the breaking changes to the `AssetReader` class
This commit is contained in:
parent
36c40e4972
commit
118544972a
@ -295,7 +295,6 @@ class WebAssetServer implements AssetReader {
|
|||||||
server,
|
server,
|
||||||
PackageUriMapper(packageConfig),
|
PackageUriMapper(packageConfig),
|
||||||
digestProvider,
|
digestProvider,
|
||||||
server.basePath,
|
|
||||||
packageConfig.toPackageUri(
|
packageConfig.toPackageUri(
|
||||||
globals.fs.file(entrypoint).absolute.uri,
|
globals.fs.file(entrypoint).absolute.uri,
|
||||||
),
|
),
|
||||||
@ -347,6 +346,7 @@ class WebAssetServer implements AssetReader {
|
|||||||
///
|
///
|
||||||
/// It should have no leading or trailing slashes.
|
/// It should have no leading or trailing slashes.
|
||||||
@visibleForTesting
|
@visibleForTesting
|
||||||
|
@override
|
||||||
String basePath;
|
String basePath;
|
||||||
|
|
||||||
// handle requests for JavaScript source, dart sources maps, or asset files.
|
// handle requests for JavaScript source, dart sources maps, or asset files.
|
||||||
|
@ -11,7 +11,7 @@ dependencies:
|
|||||||
args: 2.4.2
|
args: 2.4.2
|
||||||
browser_launcher: 1.1.1
|
browser_launcher: 1.1.1
|
||||||
dds: 2.9.4
|
dds: 2.9.4
|
||||||
dwds: 19.0.2
|
dwds: 20.0.1
|
||||||
completion: 1.0.1
|
completion: 1.0.1
|
||||||
coverage: 1.6.3
|
coverage: 1.6.3
|
||||||
crypto: 3.0.3
|
crypto: 3.0.3
|
||||||
@ -107,4 +107,4 @@ dartdoc:
|
|||||||
# Exclude this package from the hosted API docs.
|
# Exclude this package from the hosted API docs.
|
||||||
nodoc: true
|
nodoc: true
|
||||||
|
|
||||||
# PUBSPEC CHECKSUM: 1a86
|
# PUBSPEC CHECKSUM: f97d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user