TravelHour Doc
Search
K
Comment on page

2. Code Setup

Open the source/​travel_hour folder on your IDE (VSCode or Android Studio) and wait some moments 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.