- This news app helps the user to know updated with real-time weather forecasts from around the globe by searching for the city name.
- I used Flutter framework for building the user interface and Dart programming language .
- Clone the repository
git clone [https://github.com/Ashrafmuhmed/Weather-Cast-App]
- Install dependencies
flutter pub get
- Obtain API key from Weather API and replace it in the NewsServies.dart file.
- Start the app
flutter run
I welcome contributions from the community. If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.