This project is an Open Source Software regarding the Point of Sales system built with Flutter 💙
- Install Flutter 💙, we recommend installing Flutter with version 3 or higher (Project init with Flutter 3.10.6)
- Install Android Studio to get the SDK and to be able to use the emulator for running the App (Android)
- (Optional) Install Xcode to be able to use the simulator for running the App (iOS)
- IDE / Editor set up (VS Code is preferred)
- Configure VS Code extensions, highly recommend also install Pubspec Assist for easily add dependencies to our project
Please ensure all the Development Environment Preparation is installed and set up.
- Clone the project
flutter pub get
- Run the project (F5) or
flutter run