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

https://github.com/1hanzla100/flutter-weather

Weather App Built with Flutter and OpenWeatherMap API
https://github.com/1hanzla100/flutter-weather

dart flutter flutter-material flutter-weather flutter-weather-app material-design material-ui openweathermap openweathermap-api weather weather-app weather-conditions weather-information weatherapp

Last synced: 24 days ago
JSON representation

Weather App Built with Flutter and OpenWeatherMap API

Awesome Lists containing this project

README

        

Welcome to Flutter Weather 👋

> Weather App Built with Flutter and OpenWeatherMap API

## 🚀 See Screenshots

See ScreenShots

[Download APK](https://github.com/1hanzla100/flutter-weather/releases)

## Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisite: https://flutter.dev/docs/get-started/install

1. To get started, fork this repository to your GitHub account.

2. Clone the repo.
```sh
git clone https://github.com/1hanzla100/flutter-weather
```
3. Install packages.
```sh
flutter pub get
```
4. Add OpenWeatherMap API KEY on lib/screens/Loading.dart
```dart
String apiKey = "";
```

5. Run project.
```sh
flutter run
```

## Author

👤 **Hanzla Tauqeer**

* Website: https://hanzla.now.sh
* Twitter: [@1hanzla100](https://twitter.com/1hanzla100)
* Github: [@1hanzla100](https://github.com/1hanzla100)
* LinkedIn: [@1hanzla100](https://linkedin.com/in/1hanzla100)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/1hanzla100/flutter-weather/issues). You can also take a look at the [contributing guide](https://github.com/1hanzla100/flutter-weather/blob/master/CONTRIBUTING.md).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2021 [Hanzla Tauqeer](https://github.com/1hanzla100).

This project is [GPL-3.0](https://github.com/1hanzla100/flutter-weather/blob/master/LICENSE) licensed.