Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 501 Bytes

Flutter Weather

A simple Flutter application to view current weather status.

Disclaimer

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';

Screenshots