A simple Flutter application to view current weather status.
You need to use your own OpenWeather API key in the services\weather.dart
file.
More info at OpenWeather website.
const apiKey = 'your-api-key-here';
A simple Flutter application to view current weather status.
You need to use your own OpenWeather API key in the services\weather.dart
file.
More info at OpenWeather website.
const apiKey = 'your-api-key-here';