Weather App

To learn more about this example, visit the Weather App page.

The API URL is in api-constants.dart:

Map<String, String> apiConstants = {
"openweather": "https://api.openweathermap.org/data/2.5",
"auth": "https://reqres.in/api"
};

We will use an open source Weather API.

To login, use the following credentials:

Email "eve.holt@reqres.in",
Password "pistol"

Your app should look like this: