Reputation: 397
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:
Note: Both flutter folder and the project folder are located in "exportalex"
Upvotes: 0
Views: 133
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