A simple and elegant weather forecasting app built using Flutter and integrated with a weather API. This app fetches real-time weather data and displays it in an intuitive user interface.
- Real-time weather updates
- Clean and intuitive UI
- Forecast for multiple locations
- Clone the repository:
git clone https://github.com/Shubham-Zone/FlutterWeatherAPIApp.git
- Navigate to the project directory:
cd FlutterWeatherAPIApp
- Install dependencies:
flutter pub get
- Run the app:
flutter run
This app integrates with a weather API to fetch the latest weather data. Make sure to replace the API key in the source code with your own. Register in https://home.openweathermap.org/users/sign_in. Access to the API key https://home.openweathermap.org/users/sign_in.
Contributions are welcome! Please create a pull request with detailed information about your changes.
This project is licensed under the MIT License.