Setup Essentials
Requirements for DriveMond Installation
Admin & Web (V3.1)
- PHP 8.2 or higher
- MySQL 5.7 or higher
- Laravel 12
Mobile App (V3.1)
- IDE: Android Studio latest
- Flutter SDK ( 3.41.4 Stable)
- Install JDK 17
- Xcode latest for IPA file build
You have to download and set up flutter from flutter.dev. You can follow documentation with your own device.
Windows: https://docs.flutter.dev/get-started/install/windows
Mac: https://docs.flutter.dev/get-started/install/macos
Linux: https://docs.flutter.dev/get-started/install/linux
TIP
Recommended setup tutorial is below 👇
Now run a command:
flutter doctorThen check that every setup is okay. If not then check documentation again and set up flutter sdk properly.