Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
update pubspecs to null-safe dependencies
  • Loading branch information
yjbanov committed Nov 6, 2020
commit 2b0bf168690e16a3d8cb87318f59f991001f40e6
4 changes: 3 additions & 1 deletion lib/web_ui/dev/web_engine_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ echo "Running \`pub get\` in 'engine/src/flutter/lib/web_ui'"
(cd "$WEB_UI_DIR"; $PUB_PATH get)

echo "Running \`dart analyze\` in 'engine/src/flutter/lib/web_ui'"
(cd "$WEB_UI_DIR"; $DART_PATH analyze --fatal-infos)
(cd "$WEB_UI_DIR"; $DART_PATH analyze --fatal-infos lib/)
(cd "$WEB_UI_DIR"; $DART_PATH analyze --fatal-infos test/)
(cd "$WEB_UI_DIR"; $DART_PATH analyze --fatal-infos dev/)
6 changes: 3 additions & 3 deletions lib/web_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ environment:
sdk: ">=2.10.0-0 <3.0.0"

dependencies:
meta: 1.1.8
js: 0.6.3-nullsafety.3
meta: 1.3.0-nullsafety.6

dev_dependencies:
analyzer: 0.39.15
archive: 2.0.13
http: 0.12.1
image: 2.1.13
js: 0.6.1+1
mockito: 4.1.1
path: 1.8.0-nullsafety.3
test: 1.14.3
test: 1.16.0-nullsafety.9
quiver: 2.1.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fwiw quiver does now have a null safety release, if you want to use it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

build_resolvers: 1.3.10
build_runner: 1.10.0
Expand Down
6 changes: 3 additions & 3 deletions web_sdk/web_engine_tester/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ environment:
sdk: ">=2.2.0 <3.0.0"

dependencies:
js: 0.6.1+1
stream_channel: 2.0.0
test: 1.14.3
js: 0.6.3-nullsafety.3
stream_channel: 2.1.0-nullsafety.3
test: 1.16.0-nullsafety.9
webkit_inspection_protocol: 0.5.0
ui:
path: ../../lib/web_ui
2 changes: 1 addition & 1 deletion web_sdk/web_test_utils/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ environment:
dependencies:
path: 1.8.0-nullsafety.3
image: 2.1.13
js: 0.6.1+1
js: 0.6.3-nullsafety.3
yaml: 2.2.1