You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all the reasons I've mentioned about flutter pub global activate in flutter/flutter#79131, the same is true for dart pub global activate. It might even be the same code.
As pub is being deprecated, replaced with dart pub or flutter pub, this is beginning to affect more people. Most people are using the dart-sdk that is within their flutter-sdk, and adding only the flutter bin to their path, and not the legacy dart-sdk bin into their path. But dart pub global activate creates shell scripts that fall back to pub run if the SDK version has changed. But there's no more pub, so this requires a meticulous re-creating of everything in dart pub global list or face broken apps.
If the flutter fix is fixing the same code, please coordinate. But please make this soon. This breaks tools like dcli as well.
The text was updated successfully, but these errors were encountered:
For all the reasons I've mentioned about
flutter pub global activate
in flutter/flutter#79131, the same is true fordart pub global activate
. It might even be the same code.As
pub
is being deprecated, replaced withdart pub
orflutter pub
, this is beginning to affect more people. Most people are using the dart-sdk that is within their flutter-sdk, and adding only the flutter bin to their path, and not the legacy dart-sdk bin into their path. Butdart pub global activate
creates shell scripts that fall back topub run
if the SDK version has changed. But there's no more pub, so this requires a meticulous re-creating of everything indart pub global list
or face broken apps.If the flutter fix is fixing the same code, please coordinate. But please make this soon. This breaks tools like
dcli
as well.The text was updated successfully, but these errors were encountered: