Gettings Started
Run App

Installing the App

  1. Download the source code from your purchase on the CodeCanyon platform and unzip the file.

  2. Open Android Studio or Xcode and select Open an existing project.

  3. Navigate to the unzipped folder and select the pubspec.yaml file to open the project.



  4. In Android Studio, wait for the Gradle build to finish. In Xcode, select a target device and click the Play button to build and run the app.



Building and Running the App

  1. Open the terminal or command prompt and navigate to the project directory.
  2. Type flutter packages get and hit enter to install the app dependencies.
  3. Type flutter run to build and run the app on your connected device or emulator.

We recommend using Visual Studio Code to open the project folder. on VS Code, at the top bar, navigate to Run then Start Debuging and you are good to go.



Congratulations! You have successfully installed and built the Flutter app from the source code. If you encounter any issues during the installation or building process, please refer to the official Flutter documentation (opens in a new tab) or contact us at dzedapps@gmail.com.