1hanzla100 / flutter-weather

Weather App Built with Flutter and OpenWeatherMap API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Flutter Weather πŸ‘‹

Weather App Built with Flutter and OpenWeatherMap API

πŸš€ See Screenshots

See ScreenShots

Download APK

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.

     git clone https://github.com/1hanzla100/flutter-weather
  3. Install packages.

     flutter pub get
  4. Add OpenWeatherMap API KEY on lib/screens/Loading.dart

String apiKey = "<ADD API KEY HERE>";
  1. Run project.
     flutter run

Author

πŸ‘€ Hanzla Tauqeer

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2021 Hanzla Tauqeer.
This project is GPL-3.0 licensed.

About

Weather App Built with Flutter and OpenWeatherMap API

License:GNU General Public License v3.0


Languages

Language:Dart 97.0%Language:Swift 2.1%Language:Kotlin 0.7%Language:Objective-C 0.2%