Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 781 Bytes

File metadata and controls

46 lines (32 loc) · 781 Bytes

Getting Started

For setup first you need the following things:

  • Flutter Version 3.27.1
  • IDE like Android Studio or VS Code with Flutter Plugin installed.

Steps to run App

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

Running the Application

The application can be run on multiple platforms. Here are the commands for each:

Web (Chrome)

flutter run -d chrome

iOS

open -a Simulator
flutter run

macOS

flutter run -d macos

Android

flutter run -d android