An application for viewing the weather
This is a very simple weather application.
It provides Search functionality for your city.
Built using flutter...
This application allows you to view the weather in your city. The following options are provided:
- View current weather
- View detailed weather data
- Data caching
- Choose the city yourself
- Weather with image
- Temperature
- Speed of Air
- Humidity
- Detailed description
We also tried to make the design as convenient and beautiful as possible.
- The app receives weather data from OpenWeatherMap
✔️ No location tracker
✔️ No Advertisements
✔️ No Analytics
✔️ No device tracking
✔️ No extra permissions needed
- Clone this repository by using this command
git clone https://github.com/sapatevaibhav/weather
- Change the working directory to
cd weather
- Get dependencies by and run
flutter pub get
flutter run
This application contains minimal code so anyone with the basic knowledge of Flutter can customize it as per their needs.
If you like my work; Express it by starring the repo ★★★