Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 377 Bytes

Nutrition App

Instalation

First, install flutter:

$ sudo snap install flutter --classic

Next, install JDK and Android Studio:

$ sudo apt install openjdk-11-jdk $ sudo snap install android-studio --classic

Clone this repo and run

$flutter doctor

Run Android Studio and create new device using AVD Manager.

Start this device and run program using:

$ flutter run