I have a flutter project, it runs smoothly when running project from terminal with "flutter run" command. however, get an error when running project directly from android studio running button (green button).
-
stackoverflow.com/questions/62593939/…Rohit Suthar– Rohit Suthar2022-02-04 03:58:46 +00:00Commented Feb 4, 2022 at 3:58
-
Oke I'll try itHeri Sarwanto– Heri Sarwanto2022-02-04 07:05:55 +00:00Commented Feb 4, 2022 at 7:05
Add a comment
|
1 Answer
You don't have cocoapods installed while you probably make use of pods in your code. Check the documentation: https://guides.cocoapods.org/using/getting-started.html