Skip to content

HordRic/meteo

Repository files navigation

MeteoApp

Mobile application for obtaining weather forecasts.

Description

MeteoApp is a mobile application developed with Flutter that allows users to get interactive weather forecasts. The app includes features such as hourly forecasts, detailed weather information, and an intuitive user interface.

Features

  1. Get Started Screen:

    • Displays an introduction to the app and redirects to the main screen.
  2. Home Screen:

    • Allows users to enter their location and obtain weather forecasts.
  3. Detail Page:

    • Displays detailed weather forecasts for a given location.
  4. Weather Item:

    • Displays specific weather information such as temperature, humidity, etc.

Usage

  1. Choosing a Method:

    • Users can choose among various app features to obtain accurate weather information. User inputs are verified to ensure validity and accuracy of the displays.
  2. Example Functions:

    • Hourly Forecasts: Displays weather forecasts for upcoming hours.
    • Detailed Weather Information: Provides detailed information on temperature, humidity, wind speed, etc.
    • Graphical Visualization: Uses icons and graphics to represent weather conditions.

Project Structure

lib/
├── main.dart                : Entry point of the application.
├── ul/
│   ├── get_started.dart     : Get Started screen.
│   ├── home.dart            : Home screen.
│   ├── detail_page.dart     : Weather detail page.
│   ├── welcome.dart         : Welcome screen.
│   └── widgets/
│       └── weather_item.dart: Weather item displaying specific information.
├── models/
│   └── constants.dart       : Constants file.

Prerequisites

  • Flutter SDK: Install Flutter
  • Android Studio or Visual Studio Code with Flutter and Dart extensions

Installation

  1. Clone the repository:

    git clone https://github.com/votre-utilisateur/MeteoApp.git
  2. Navigate to the project directory:

    cd MeteoApp
  3. Install dependencies:

    flutter pub get
  4. Run the application:

    flutter run

Download APK

To download the Android version of the mobile application, please use the following OneDrive link:

OneDrive link: https://1drv.ms/u/s!Asrl_soLHYYgg_JCUy9ycdKS5D623g?e=JNNBei

Acknowledgements

Thank you all for your support and encouragement!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published