pub icon indicating copy to clipboard operation
pub copied to clipboard

Make "pub global activate ..." and "pub global run" works across Dart SDK upgrades

Open jonasfj opened this issue 5 years ago • 2 comments

See: https://github.com/dart-lang/protobuf/issues/359

It seems that if you activate with Flutter and run normally this could cause a problem. Maybe there is something to investigate here.

jonasfj avatar Mar 12 '20 08:03 jonasfj

What would be the ideal behaviour? Should we re-global activate the package, or ask the user to do it?

sigurdm avatar Mar 12 '20 12:03 sigurdm

I checked this out, and no - it does not work across sdk upgrades.

I got different error messages than reported in: dart-lang/protobuf#359

sigurdm avatar Apr 03 '20 12:04 sigurdm