Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
840993be
Unverified
Commit
840993be
authored
Apr 04, 2023
by
Elliott Brooks
Committed by
GitHub
Apr 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] Pass app entrypoint to DWDS version 19.0.0 (#124138)
parent
50f7910e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
devfs_web.dart
packages/flutter_tools/lib/src/isolated/devfs_web.dart
+3
-0
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+4
-4
No files found.
packages/flutter_tools/lib/src/isolated/devfs_web.dart
View file @
840993be
...
...
@@ -296,6 +296,9 @@ class WebAssetServer implements AssetReader {
PackageUriMapper
(
packageConfig
),
digestProvider
,
server
.
basePath
,
packageConfig
.
toPackageUri
(
globals
.
fs
.
file
(
entrypoint
).
absolute
.
uri
,
),
).
strategy
,
expressionCompiler:
expressionCompiler
,
spawnDds:
enableDds
,
...
...
packages/flutter_tools/pubspec.yaml
View file @
840993be
...
...
@@ -10,8 +10,8 @@ dependencies:
archive
:
3.3.2
args
:
2.4.0
browser_launcher
:
1.1.1
dds
:
2.7.
7
dwds
:
1
8.0.2
dds
:
2.7.
8
dwds
:
1
9.0.0
completion
:
1.0.1
coverage
:
1.6.3
crypto
:
3.0.2
...
...
@@ -67,7 +67,7 @@ dependencies:
clock
:
1.1.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
csslib
:
0.17.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
dds_service_extensions
:
1.3.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
devtools_shared
:
2.2
2.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
devtools_shared
:
2.2
3.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
fixnum
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
frontend_server_client
:
3.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
glob
:
2.1.1
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -104,4 +104,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM: 7
7b8
# PUBSPEC CHECKSUM: 7
ab7
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment