3

I'm trying to run Flutter on Android studio but I have an issue resolving this error. I'm using last version of every thing (like as dart and flutter or plugins).

Flutter users should run flutter packages get instead of pub get

asked Mar 1, 2018 at 11:12
3
  • 1
    Did you install flutter plugin on android studio? Did you set the flutter sdk path? Commented Mar 1, 2018 at 11:13
  • 1
    We need more details. Like your extensions, and a reproduction repository. Commented Mar 1, 2018 at 11:15
  • @RémiRousselet and I solved my problem by using the first answer Commented Aug 17, 2018 at 5:45

2 Answers 2

6

I was able to solve this issue by providing the Flutter SDK path at:

Settings > Language & Frameworks > Flutter

enter image description here

Zoe - Save the data dump
28.4k22 gold badges130 silver badges163 bronze badges
answered Aug 11, 2019 at 7:53
Sign up to request clarification or add additional context in comments.

Comments

2

check local.properties and edit it with error quick fix. I had same issue by adding one more backslash to path of flutter sdk.

answered Mar 1, 2018 at 11:18

2 Comments

Where to find this file ??
@TSR yourProjectName/android/local.properties

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.