Installing Packages
When you download and extract your TrainEasy Flutter zip file from CodeCanyon, you will see the following directories:
- source_code
- docs
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.