Skip to content
Open
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: 1 addition & 1 deletion bin/flutter
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ fi
# To define `shared::execute()` function
source "$BIN_DIR/internal/shared.sh"

shared::execute "$@"
shared::execute "--local-engine=host_debug_unopt" "$@"
6 changes: 6 additions & 0 deletions examples/hello_world/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ dependencies:
typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"

dependency_overrides:
sky_engine:
path: /Users/annagrin/source/flutter/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_engine
sky_services:
path: /Users/annagrin/source/flutter/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_services

dev_dependencies:
flutter_driver:
sdk: flutter
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ dependencies:
sky_engine:
sdk: flutter

dependency_overrides:
sky_engine:
path: /Users/annagrin/source/flutter/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_engine
sky_services:
path: /Users/annagrin/source/flutter/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_services

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ dependencies:
watcher: 0.9.7+15 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
web_socket_channel: 1.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"

dependency_overrides:
dwds:
path: ../../../../webdev/dwds

dev_dependencies:
collection: 1.14.13
mockito: 4.1.1
Expand Down