Skip to content

Mausam - A Flutter weather app is designed to provide users with accurate information using their current location to display current weather data. It uses an API to display current weather data. This app is well-managed using MVVM architecture and GETX.

Notifications You must be signed in to change notification settings

saadshd/Mausam-Weather-App

Repository files navigation

Mausam - Flutter Weather App

Introduction

A Flutter weather app is designed to provide users with accurate information using their current location to display current weather data. It uses an API to display current weather data. This app is well-managed using MVVM architecture and GETX.

Mausam Main

Mausam

Features

  • Display current weather conditions including temperature, humidity, wind speed, and more from Weather API.
  • Weather condition based app theme.
  • Automatic user location detection for accurate weather information.
  • Icons based on weather from API.
  • User-friendly minimal interface.
  • Error handling for API requests and network connectivity issues.

Getting Started

Follow these steps to get the app up and running:

  1. Clone the repository: git clone https://github.com/saadshd/Mausam-Weather-App.git
  2. Install dependencies: flutter pub get
  3. Add OpenWeatherMap API KEY on lib/res/app_url/api_key.dart const apiKey = '<YOUR API KEY>';
  4. Run the app: flutter run

API Key

The app integrates with a weather API to fetch weather data. The API key should be placed in the lib/res/app_url/api_key.dart file. You can obtain an API key by signing up on the OpenWeatherMap API website. Must use your own API key.

Dependencies

  • GetX - State management and dependency injection.
  • Http - For making HTTP requests to the weather API.
  • Intl - Internationalization and formatting of dates.
  • Geolocator - Getting device location.
  • Geocoding - Getting latitude and longitude from address.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch git checkout -b feature/AmazingFeature
  3. Commit your Changes git commit -m 'Add some AmazingFeature'
  4. Push to the Branch git push origin feature/AmazingFeature
  5. Open a Pull Request

Show your support

Give a ⭐ if this project helped you!

About

Mausam - A Flutter weather app is designed to provide users with accurate information using their current location to display current weather data. It uses an API to display current weather data. This app is well-managed using MVVM architecture and GETX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published