Skip to content

Numanshakir/weather_mobile_flutter

Repository files navigation

Weather App Flutter

Updated to Flutter 3.16.1

Weather App Flutter

A simple weather App created using Flutter and Dart and using API from OpenWeatherMap

Weather App Documentation. Android APK.

Features

  • Automatically acquire user current location by using geolocator
  • Search weather by city name
  • Hourly weather forcast
  • 7 days weather information

How to Run

  1. Create an account at OpenWeatherMap.
  2. Then get your API key from https://home.openweathermap.org/api_keys.
  3. Clone the repo
    git clone https://github.com/Numanshakir/weather_mobile_flutter.git
  4. Install all the packages by typing
    flutter pub get
  5. Navigate to lib/Constant/app_keys.dart and paste your API key to the apiKey variable
    String apiKey = 'Paste Your API Key Here';
  6. Run the App

Contact

License

Distributed under the MIT License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published