A simple and responsive weather application built with Flutter, providing real-time weather updates. This app uses the OpenWeather API to deliver accurate weather data and demonstrates Flutter's cross-platform capabilities.
This weather app is designed to display the live weather information, including temperature, humidity, and wind speed, in a user-friendly interface.
- Real-Time Weather Data: Displays live temperature, humidity, wind speed, and weather conditions.
- Clean, Minimalist UI: Focused on ease of use with a straightforward design.
- Flutter: For building a responsive, cross-platform application.
- Dart: The programming language optimized for Flutter.
- OpenWeather API: Supplies accurate, real-time weather data.
The app fetches weather data from the OpenWeather API. To enable the API:
-
Obtain an API Key:
- Sign up at OpenWeather and generate a free API key.
-
Insert the API Key:
- Replace the API Key with your API key.
To set up and run the app locally:
- Clone the Repository.
- Navigate to the Project Directory.
- Install Dependencies.
- Run the App.
Or you can directly download the app to view it in your android or iOS - Weather App.
Contributions and feedback are encouraged! Feel free to create and work on issues to improve the app further. If you have ideas or bug reports, please open an issue, and for code contributions, submit a pull request.