Build & Run Guide

  1. Run the Android Application:
    1. Select Android Device: In Android Studio, select an Android device from the target selector for running the app. If no device is available, create one using Tools > Android > AVD Manager.
    2. Run the App: Click the run icon in the toolbar or select Run > Run from the menu. This will initiate the app’s deployment and execution on the selected Android device.
    3. If you prefer the command line:
    4. flutter run
      development-testing
  2. Run the iOS Application:
    1. Prepare Flutter App on Mac: Ensure you have a test Flutter app set up on your Mac.
    2. Device Trust: On your iPhone, navigate to Settings > General > Device Management or Profile, and trust “Your Developer Name” to enable testing.
    3. Xcode Setup: Install CocoaPods using the following command in the terminal:
    4. $ sudo gem install cocoapods
      development-testing
    5. Open Xcode Workspace: Locate the Runner.xcworkspace file inside the ios folder of your Flutter project directory. Open this file in Xcode using the command:
    6. $ open ios/Runner.xcworkspace
      development-testing
    7. Configure Signing & Capabilities: In Xcode, navigate to the Runner file in the left menu bar and go to the Signing & Capabilities page. Click “Add an Account” to add your Apple ID and password. Then, change the Bundle Identifier to a unique value.
    8. development-testing
      development-testing
      development-testing
    9. Connect iPhone: Connect your iPhone to your Mac. In Xcode, select your iPhone device from the device list.
    10. development-testing
      development-testing
    11. Build and Run: Click the play button in the left menu bar to start building the app on your iPhone. This process may take some time.
    12. development-testing
    13. Completion Message: Once the build process is completed successfully, you’ll see a message indicating the successful build.
    14. development-testing

Conclusion: By following these steps, you can build and run your Flutter app on both Android and iOS devices. Ensure that your development environment is properly configured and that you’ve trusted your device for testing on iOS. If you encounter any issues during the process, refer to the Flutter documentation or seek assistance from the Flutter community. Happy app development!

Free Support
  • Server Issues
  • DB Migration Issues
  • Configuration Issues
  • Project Issues
  • Reset Purchase Code (max 1 time)
Unsupported
  • Environment Setup
  • Deploy on Localhost
  • After Code Modification
Paid Support
  • Installation
  • APK build
  • iOS build
  • Update Template
  • Adding New Feature
  • API Integration and many more...