For setup first you need the following things:
- Flutter Version 3.27.1
- IDE like Android Studio or VS Code with Flutter Plugin installed.
1. Clone the repository with Git
git clone https://github.com/simonoppowa/OpenNutriTracker.git
2. Get Dependencies
flutter pub get
3. Run Build Runner to generate Files
flutter pub run build_runner build
4. Run App
flutter run lib/main.dart
The application can be run on multiple platforms. Here are the commands for each:
flutter run -d chromeopen -a Simulator
flutter runflutter run -d macosflutter run -d android