Danny Tuppeny
Danny Tuppeny
Just a json representation of the same info that is printed today. Perhaps something like: ```js { "async": { from: { kind: "transitive", version: "2.13.0" }, to: { kind: "direct",...
It won't help for the use case above, because the user could have an unsaved pubspec - that's why the exact verison number would be useful, so it could be...
Yeah, my plan was to assume that unsaved changes are trivial and would do not affect the results (if we used `pub add` it would already ignore the unsaved changes,...