Skip to content

Repository files navigation

Weather App 🌦️

Made with Flutter Language Platforms

A simple cross-platform weather app built with Flutter.
This project is meant as a starter scaffold for learning Flutter while experimenting with weather APIs and building responsive UIs.


✨ Features(Planned)

  • 🚀 Cross-platform: Android, iOS, Web, Windows, macOS, Linux
  • 🏗️ Flutter project structure ready to extend
  • 🔧 Easy to integrate with any Weather API (e.g., OpenWeatherMap)

📸 Preview

App Preview


🛠️ Getting Started

Prerequisites

Make sure you have:

  • Flutter SDK installed
  • A code editor (VS Code / Android Studio)
  • Device setup for your target platform(s)

Installation

  1. Clone the repo
    git clone https://github.com/Anush980/weather-app.git
    cd weather-app
  2. Get Dependencies
flutter pub get
  1. Run the App
flutter run

📂 Project Structure

weather-app/
├── android/       # Android native files
├── ios/           # iOS native files
├── lib/           # Main Flutter/Dart source code
├── web/           # Web support
├── linux/         # Linux desktop support
├── macos/         # macOS desktop support
├── windows/       # Windows desktop support
├── test/          # Unit/widget tests
├── pubspec.yaml   # Dependencies & configs
└── README.md
weather-app/
├── android/       # Android native files
├── ios/           # iOS native files
├── lib/           # Main Flutter/Dart source code
├── web/           # Web support
├── linux/         # Linux desktop support
├── macos/         # macOS desktop support
├── windows/       # Windows desktop support
├── test/          # Unit/widget tests
├── pubspec.yaml   # Dependencies & configs
└── README.md

🤝 Contributing

  1. Fork the project

  2. Create your feature branch

git checkout -b feature/awesome-feature
  1. Commit your changes
git commit -m "Add awesome features"
  1. Push to your branch and open a PR

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages