2026-02-05.07-12-53.mp4
A simple weather app built with Flutter using the OpenWeather API.
-
Clone the repository:
git clone <repository-url> cd <repository-name>
-
Get a free API key from OpenWeather
-
Create a
.envfile in the root directory and add your API key:OPENWEATHER_API_KEY=your_api_key_here -
Install dependencies:
flutter pub get
-
Run the app:
flutter run
Note: The app requires location permissions. Make sure to grant them when prompted on your device.
- iOS
- Android