2. Code Setup

Open the source/​quiz_app folder on your IDE (VSCode or Android Studio) and wait some moment to load the project.

  • 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

Now, your project is ready for configuration.

Last updated