Reputation: 1684
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 ofpub get
Upvotes: 3
Views: 16615
Reputation: 733
I was able to solve this issue by providing the Flutter SDK path at:
Settings > Language & Frameworks > Flutter
Upvotes: 6
Reputation: 19190
check local.properties
and edit it with error quick fix. I had same issue by adding one more backslash to path of flutter sdk.
Upvotes: 2