pub
pub copied to clipboard
Make "pub global activate ..." and "pub global run" works across Dart SDK upgrades
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.
What would be the ideal behaviour? Should we re-global activate the package, or ask the user to do it?
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