Skip to content

Commit

Permalink
Update package:web_benchmarks dep. (#8530)
Browse files Browse the repository at this point in the history
This change is in preparation of the removal of `--web-renderer=html`.

* Related: flutter/packages#8103 (tooling change to remove the parameter from the benchmark runner)
* Related: flutter/flutter#145954 (general thread)

## Tests

In this case, CI should continue normally. The change is just adopting a new major version of `package:web_benchmarks` that removed some public API (that wasn't used in devtools).

![build.yaml badge]

If you need help, consider asking for help on [Discord].

[build.yaml badge]: https://github.com/flutter/devtools/actions/workflows/build.yaml/badge.svg
  • Loading branch information
ditman authored Nov 15, 2024
1 parent 6ef14e4 commit 95e2baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dev_dependencies:
mockito: ^5.4.1
stager: ^1.0.1
test: ^1.21.0
web_benchmarks: ^3.1.0
web_benchmarks: ^4.0.0
webkit_inspection_protocol: ">=0.5.0 <2.0.0"

flutter:
Expand Down

0 comments on commit 95e2baa

Please sign in to comment.