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
- Host: GitHub
- URL: https://github.com/gdagtekin/weathair
- Owner: gdagtekin
- Created: 2022-03-27T14:56:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T20:53:35.000Z (about 4 years ago)
- Last Synced: 2024-04-23T09:52:10.625Z (about 2 years ago)
- Topics: dart, flutter, openweathermap, weather
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=com.gdagtekin.weather
- Size: 1.36 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Link
[Google Play](https://play.google.com/store/apps/details?id=com.gdagtekin.weather)
## License
[MIT](https://choosealicense.com/licenses/mit/)