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

https://github.com/gdagtekin/weathair

A weather app developed with Flutter using Openweather API
https://github.com/gdagtekin/weathair

dart flutter openweathermap weather

Last synced: over 1 year ago
JSON representation

A weather app developed with Flutter using Openweather API

Awesome Lists containing this project

README

          

# 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.

```bash
const apiKey = 'YOUR_API_KEY';
```

## Screenshots

![App Screenshot](app.png)

## Link

[Google Play](https://play.google.com/store/apps/details?id=com.gdagtekin.weather)

## License

[MIT](https://choosealicense.com/licenses/mit/)