From 200a1f602dd06597e269c561494a45c1058a3848 Mon Sep 17 00:00:00 2001 From: Aghnia Putri Prawira Date: Tue, 24 Nov 2020 16:44:25 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9957d89..daccee5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ A simple weather app that displays the current weather data of your location. ## Running the project Replace the variable `apiKey` in `main.dart` with your API key from [OpenWeatherMap](https://openweathermap.org/). +Then run: +``` +flutter pub get +flutter run +``` ## Dependencies ```