Otrix E-Commerce Flutter App IOS installation
This Tutorial video is describe how you can run flutter ios app. Please follow the steps 1. Open home folder of app in terminal 2. Run command : flutter pub get 3. After success of above command go to folder ios using command cd ios 4. In ios folder run command pod install (If facing any issue then try to remove pods folder and podfile.lock and try again) 5. After that open Runner.xcworkspace in your xcode. 6. Select your Simulator and hit the run button. 7. If Still facing some issue you can refer official documents or contact US. Comment here.
This Tutorial video is describe how you can run flutter ios app. Please follow the steps 1. Open home folder of app in terminal 2. Run command : flutter pub get 3. After success of above command go to folder ios using command cd ios 4. In ios folder run command pod install (If facing any issue then try to remove pods folder and podfile.lock and try again) 5. After that open Runner.xcworkspace in your xcode. 6. Select your Simulator and hit the run button. 7. If Still facing some issue you can refer official documents or contact US. Comment here.
