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
$ flutter --version
Flutter 3.27.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 17025dd882 (3 weeks ago) • 2024-12-17 03:23:09 +0900
Engine • revision cb4b5fff73
Tools • Dart 3.6.0 • DevTools 2.40.2
$ dart pub global activate snapp_cli 1.1.0
Package snapp_cli is currently active at version 0.4.5.
Note: http is pinned to version 1.2.2 by flutter_tools from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because every version of snapp_cli depends on flutter_tools from sdk which depends on http 1.2.2, every version of
snapp_cli requires http 1.2.2.
So, because pub global activate depends on snapp_cli 1.1.0 which depends on http ^0.13.6, version solving failed.
it fails to install latest version, so it installs old version.
$ dart pub global activate snapp_cli
Package snapp_cli is currently active at version 0.4.5.
Downloading packages... . (1.1s)
The package snapp_cli is already activated at newest available version.
To recompile executables, first run `dart pub global deactivate snapp_cli`.
Installed executable snapp_cli.
Activated snapp_cli 0.4.5.
The text was updated successfully, but these errors were encountered:
$ flutter --version Flutter 3.27.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 17025dd882 (3 weeks ago) • 2024-12-17 03:23:09 +0900 Engine • revision cb4b5fff73 Tools • Dart 3.6.0 • DevTools 2.40.2 $ dart pub global activate snapp_cli 1.1.0 Package snapp_cli is currently active at version 0.4.5. Note: http is pinned to version 1.2.2 by flutter_tools from the flutter SDK. See https://dart.dev/go/sdk-version-pinning for details. Because every version of snapp_cli depends on flutter_tools from sdk which depends on http 1.2.2, every version of snapp_cli requires http 1.2.2. So, because pub global activate depends on snapp_cli 1.1.0 which depends on http ^0.13.6, version solving failed.
it fails to install latest version, so it installs old version.
The text was updated successfully, but these errors were encountered: