devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Use a consistent version solve across devtools_server, devtools_shared, and devtools_app

Open jacob314 opened this issue 5 years ago • 0 comments

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

jacob314 avatar Aug 05 '20 23:08 jacob314