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
- Host: GitHub
- URL: https://github.com/1hanzla100/flutter-weather
- Owner: 1hanzla100
- License: gpl-3.0
- Created: 2021-02-02T18:39:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T11:41:13.000Z (about 2 years ago)
- Last Synced: 2025-03-01T02:14:00.816Z (about 1 month ago)
- Topics: dart, flutter, flutter-material, flutter-weather, flutter-weather-app, material-design, material-ui, openweathermap, openweathermap-api, weather, weather-app, weather-conditions, weather-information, weatherapp
- Language: Dart
- Homepage:
- Size: 138 KB
- Stars: 37
- Watchers: 1
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Weather - Weather App Built with Flutter and OpenWeatherMap API by [1hanzla100](https://github.com/1hanzla100/). (Uncategorized / Uncategorized)
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.