Weather App Built with Flutter and OpenWeatherMap API
To get a local copy up and running follow these simple example steps.
Prerequisite: https://flutter.dev/docs/get-started/install
-
To get started, fork this repository to your GitHub account.
-
Clone the repo.
git clone https://github.com/1hanzla100/flutter-weather
-
Install packages.
flutter pub get
-
Add OpenWeatherMap API KEY on lib/screens/Loading.dart
String apiKey = "<ADD API KEY HERE>";
- Run project.
flutter run
👤 Hanzla Tauqeer
- Website: https://hanzla.now.sh
- Twitter: @1hanzla100
- Github: @1hanzla100
- LinkedIn: @1hanzla100
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Hanzla Tauqeer.
This project is GPL-3.0 licensed.