Code Setup

After purchasing the app you will get a .zip file from your codecanyon account. Unzip the file & open it to any IDE.

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
circle-info

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

Last updated