2. Code Setup

After purchasing the app you will get a .zip file and unzip it. Inside the main_files folder, you will get a folder named wordpress_app. This is the source code of the app. You have to work on this to set up your app. Now open your IDE and open the wordpress_app folder on your IDE. Wait some time to load the project.

Now go to the IDE terminal and run the following commands one after one :

  • Run the following command on the IDE terminal to clean the whole project first.

flutter clean
  • Run the following command on the IDE terminal to get all the required packages.

flutter pub get

Make sure these commands should be run from the root directory of the code.

Wait some time to get all the packages. Now, your project is ready for configuration.

Last updated