Use a consistent version solve across devtools_server, devtools_shared, and devtools_app
Open
cost: medium
infra
P3
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
Investigate doing something like what flutter/flutter does - solve for related packages at once, and them move those versions into the related pubspec / lock files.
This is probably not very high priority as we lock the versions of devtools_shared, devtools_common, and devtools_server to exactly match but this could help for some confusing edge cases where we might have a slightly different vm_service version on the server and app depending on how version solving went.
Related PR: https://github.com/flutter/devtools/pull/2229
Contributor guide
Assessment
This issue has not been assessed yet.