Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/flutter_tools/lib/src/commands/update_packages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'material_color_utilities': '0.8.0', // Keep pinned to latest until 1.0.0.
'archive': '3.3.2', // https://github.com/flutter/flutter/issues/115660
'leak_tracker_flutter_testing': '2.0.0', // https://github.com/flutter/devtools/issues/3951
'path_provider_android':
'2.2.1', // https://github.com/flutter/flutter/issues/140796
'test_api': '0.6.1', // https://github.com/flutter/flutter/issues/140169
'test_core': '0.5.9', // https://github.com/flutter/flutter/issues/140169
'test': '1.24.9', // https://github.com/flutter/flutter/issues/140169
Expand Down
8 changes: 5 additions & 3 deletions packages/flutter_tools/lib/src/isolated/devfs_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class WebExpressionCompiler implements ExpressionCompiler {
}

@override
Future<void> initialize({String? moduleFormat, bool? soundNullSafety}) async {}
Future<void> initialize(CompilerOptions options) async {}

@override
Future<bool> updateDependencies(Map<String, ModuleInfo> modules) async => true;
Expand Down Expand Up @@ -286,9 +286,11 @@ class WebAssetServer implements AssetReader {
server,
PackageUriMapper(packageConfig),
digestProvider,
packageConfig.toPackageUri(
BuildSettings(
appEntrypoint: packageConfig.toPackageUri(
globals.fs.file(entrypoint).absolute.uri,
),
),
),
).strategy,
debugSettings: DebugSettings(
enableDebugExtension: true,
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
args: 2.4.2
browser_launcher: 1.1.1
dds: 3.1.0
dwds: 22.1.0
dwds: 23.0.0
completion: 1.0.1
coverage: 1.7.2
crypto: 3.0.3
Expand Down Expand Up @@ -115,4 +115,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true

# PUBSPEC CHECKSUM: 5b04
# PUBSPEC CHECKSUM: 5f04