An open API service indexing awesome lists of open source software.

https://github.com/pr-mais/weather_app

Flutter sample weather app.
https://github.com/pr-mais/weather_app

dart flutter openweather-api

Last synced: about 1 year ago
JSON representation

Flutter sample weather app.

Awesome Lists containing this project

README

          

# Simple Weather App

A Flutter sample, that uses Open Weather API to show current weather based on the user's location.

## Getting Started

I'm supposing you already have Flutter installed correctly on your machine.
If not, please head to the [installation guide](https://flutter.dev/docs/get-started/install)!

To run this sample, you need to clone it first, then signup to [OpenWeather](https://home.openweathermap.org/) to get your API key, the sample won't show any data without it.

📝 NOTE: *After signup, you will find your key in this [link](https://home.openweathermap.org/api_keys), add it to this [file](https://github.com/pr-Mais/weather_app/blob/master/lib/key.dart)*

🔗 Check out the complete tutorial link from [here](https://fairybits.com/blog/flutter-weather-app-en/).

### Something isn't working?
Please feel free to open an issue. You can also contact me through Twitter [@pr_Mais](https://twitter.com/pr_mais).