Amitkumarkoli / my_weather

This is the weather application , which shows the live weather according to user's location.
0 stars 1 forks source link

My Weather App

"My Weather" is a simple Flutter weather application that provides live weather information, including maximum and minimum temperatures, country and city details, and real-time weather updates based on the user's location.

Table of Contents

Features

  1. Live Weather Information: Get real-time and accurate weather data.
  2. Temperature Display: View maximum and minimum temperatures for the selected location.
  3. Location-based Weather: Choose to view weather information based on your current location.

Getting Started

Follow these steps to get started with "My Weather" app:

  1. Installation:

    • Ensure you have Flutter installed on your development environment.
    • Clone the project repository from GitHub.
  2. Dependencies:

    • Open the project in your preferred code editor.
    • Run flutter pub get to install the necessary dependencies.
  3. API Key:

    • Obtain a free API key from a weather data provider (e.g., OpenWeatherMap, WeatherStack).
    • Replace the placeholder API key in the project with your own key.
  4. Run the App:

    • Connect your device or emulator.
    • Run flutter run to launch the app.

Note: This project currently focuses on the frontend, and there is no backend implementation yet(except the weather API using API key).

Contribution Guidelines

Usage

Screenshots

Screenshot Onboarding Screen Screenshot Home Page Weather Info page

Features Yet to be Added

Support and Feedback

If you encounter any issues or have suggestions for improvement, please feel free to submit an issue on GitHub. We welcome your feedback to make "My Weather" even better.

Thank you for choosing "My Weather" for your weather updates! Stay informed and enjoy the simplicity of real-time weather information.