Flutter Weather App
This repository contains an app that was developed to understand the Flutter.
Deployment
Replace YOUR_API_KEY in the lib/services/weather.dart file with your Openweathermap API key.
const apiKey = 'YOUR_API_KEY';
This repository contains an app that was developed to understand the Flutter.
Replace YOUR_API_KEY in the lib/services/weather.dart file with your Openweathermap API key.
const apiKey = 'YOUR_API_KEY';