dart-lang / pub

The pub command line tool

Home Page:https://dart.dev/tools/pub/cmd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

depends on flutter_test any from sdk which doesn't exist (the Flutter SDK is not available), version solving failed.

liubaokai opened this issue · comments

Environment

执行pub get失败

You need to install the flutter sdk, not the dart sdk.
Try running flutter pub get instead of dart pub get or pub get.

Consider using a newer version than 2.12 if possible

Closing assuming that works. Otherwise please open a new issue.