Setup Essentials
Requirements for 6POS Installation
Admin (V1.5)
- PHP 8.0 or higher
- MySQL 5.7 or higher
- Laravel 9
Mobile App (V1.5)
- IDE: Android Studio latest
- Flutter SDK (3.27.1 Stable)
- Install JDK 17
- Xcode 16.2 for IPA file build
You have to download and setup 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 doctor
Then check that every setup is okay. If not then check the documentation again and set up flutter sdk properly.