I have an android app developed with flutter that is working and i wanted to extend it to ios so i used the command
flutter create .
that created me the ios folder but then when building I can't because of the dependencies not being installed so i saw that i need to run
pod install
and this is what i get
me@mypc ios % lsFlutter Runner Runner.xcworkspacePodfile Runner.xcodeproj RunnerTestsme@mypc ios % pod install[!] No 'Podfile' found in the project directory.
I tried uninstall Cocoapods and install againDelete the folder and tried againDelete the file and try again withpod init