-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[web_benchmarks] migrate to pkg:web #5592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: web_benchmarks | |
description: A benchmark harness for performance-testing Flutter apps in Chrome. | ||
repository: https://github.com/flutter/packages/tree/main/packages/web_benchmarks | ||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+web_benchmarks%22 | ||
version: 0.1.0+10 | ||
version: 0.1.0+11 | ||
|
||
environment: | ||
sdk: ">=3.2.0 <4.0.0" | ||
|
@@ -20,6 +20,7 @@ dependencies: | |
shelf: ^1.2.0 | ||
shelf_static: ^1.1.0 | ||
test: ^1.19.5 | ||
web: '>=0.3.0 <0.5.0' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So we capture both v0.3.0 and v0.4.0 Because stable pins one version and dev pins the other There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But we're not sure about what we're doing in |
||
webkit_inspection_protocol: ^1.0.0 | ||
|
||
topics: | ||
|
Uh oh!
There was an error while loading. Please reload this page.