Skip to content

vyrx-dev/cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Weather App

2026-02-05.07-12-53.mp4

A simple weather app built with Flutter using the OpenWeather API.

Setup

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-name>
  2. Get a free API key from OpenWeather

  3. Create a .env file in the root directory and add your API key:

    OPENWEATHER_API_KEY=your_api_key_here
    
  4. Install dependencies:

    flutter pub get
  5. Run the app:

    flutter run

Note: The app requires location permissions. Make sure to grant them when prompted on your device.

Tested On

  • iOS
  • Android

About

Weather app for mobile using flutter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published