Sprowk
Sprowk

Reputation: 397

Problems with setting up Android Studio with Flutter on Mac

I made my project on Windows computer, now I'm trying to export to ios on friend's Mac. I've been following this tutorial from part 1 all the way to part 5. How to Install and Setup Flutter for App Development on Mac - Part 1. In other words, Xcode is installed, Android Studio with Flutter and dart plugin installed as well. Android Studio recognizes both simulator and plugged iPhone. When I open the project in Android Studio it looks like this: image1image2 image3

Note: Both flutter folder and the project folder are located in "exportalex"

Upvotes: 0

Views: 133

Answers (1)

Mateen
Mateen

Reputation: 448

Please try to use terminal and hit this: flutter pub get

You need to load all the dependency before run app. If still you are facing same issue, please run: flutter doctor

Then share screenshot of result.

Upvotes: 1

Related Questions