Weather forecast application provides real-time updates through OpenWeather API, utilizing a location detection plugin for accurate weather display based on device location.
- Flutter
- Open WeatherAPI
- Location Plugin
If you have any questions or feedback, please reach out to us at ashutosh.2201062cs@iiitbh.ac.in. 📧
To set up Weather_Forecast App on your local machine, follow these steps:
-
Fork the repository:
- Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.
-
Clone the forked repository:
git clone https://github.com/<yourusername>/Weather_Forecast-App.git
- Navigate to the project directory:
cd todoapp
- Install Node.js dependencies(make sure node is installed on your laptop):
npm i
-
Create a new branch for your feature or bug fix.
-
Install dependencies:
flutter pub get
-
Run the application:
flutter run
-
Make your changes and commit them.
-
Push to the branch.
-
Submit a pull request.
You are good to go to make your contribution!! All the best.