Follow these steps to set up and build the project for various platforms.
- Flutter SDK
- Dart SDK
- IDE (e.g., Visual Studio Code with Flutter/Dart extension)
Follow the instructions in this guide Installation Flutter
git clone https://github.com/Noso-Project/NosoSova.git
cd NosoSova
The project can be built using scripts, this is only supported for windows && linux. The scripts are located in the cmd folder
# Linux
cd cmd
./build_linux.sh
# Windows
cd cmd
./build_windows.cmd
flutter pub get
# Linux
flutter build linux
# Windows
flutter build windows
# IOS
cd ios
pod install
cd ..
flutter build ios
# Macos
cd macos
pod install
cd ..
flutter build macos
flutter build android
# Android
NosoSova/build/app/outputs/apk/flutter-apk/app-release.apk
# Windows
NosoSova\build\windows\runner\Release
# Linux
NosoSova/build/linux/x64/release/bundle/
# Macos
NosoSova/build/macos/Build/Products/NosoSova/