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
It maybe an Android Studio issue. Android studio doesn't automatically set Flutter SDK path to all projects. You can head over to File > Settings > Languages & Frameworks > Flutter and set the Flutter SDK path and apply to fix this issue.
Because mi_card depends on flutter_test any from sdk which doesn't exist (the Flutter SDK is not available), version solving failed.
Flutter users should run
flutter pub get
instead ofpub get
.The text was updated successfully, but these errors were encountered: