Skip to content

A Flutter application to get weather data for a specific city and the current location using the OpenWeather API.

Notifications You must be signed in to change notification settings

syedmubashiralii/InvoWeathrify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A Flutter application to get weather data for a specific city and the current location using the OpenWeather API.

Overview

This app allows users to retrieve weather information for a specific city or their current location. It's built using the Flutter framework and relies on the OpenWeather API to fetch real-time weather data.

API Used

The weather data is obtained from the OpenWeather API. You will need an API key to access their services.

Getting Started

Follow these steps to run the app and start exploring weather information:

  1. Obtain an OpenWeather API Key:

  2. Update the API Key:

    • Replace the placeholder API key with your own in lib/model/core/api_endpoints.dart.
  3. Running the App:

    • Open your terminal and navigate to the project directory.
    • Enter flutter run to start the app.

Features

  • Fetch weather data by city name.
  • Retrieve weather data for the current location.
  • View detailed weather information, including temperature, humidity, and wind speed.

Acknowledgments

  • Flutter for providing a powerful framework for building cross-platform apps.
  • OpenWeather for their API, which enables us to access real-time weather data.

Happy coding!

InvoWeathrify

About

A Flutter application to get weather data for a specific city and the current location using the OpenWeather API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published