Installing Packages

When you download and extract your TrainEasy Flutter zip file from CodeCanyon, you will see the following directories:

  • source_code
  • docs
The source_code folder contains the application files. You will need to install the dependencies of the application before the first run. To do this, open your terminal and change (cd) to the source_code directory.
cd [PATH-TO-EXTRACTED-FILES]/source_code

Next, run the following command
flutter pub get

Once the command has run successfully, ensure you have an emulator running or a connected device. Then run
flutter run

The application should then install and start on your emulator or device.
Please note that this app was only designed for iOS and Android devices.

2024 © Intermatics Software Services.