WhatsApp Image 2024-01-07 at 14 28 16_df81e540

WhatsApp.Video.2024-01-07.at.14.27.39_53bdec94.mp4

Weather Application Using OpenWeather API

Prerequisites:

Make sure you have Flutter and Dart installed on your machine. You can download them from here. Steps: Clone the Repository: Open a terminal and run the following command to clone the GitHub repository to your local machine:

git clone https://github.com/Vishwakarma-abhi/API-Task

Navigate to Project Directory: Change your current directory to the project directory:

cd eighty7_api_task

Get Dependencies: Run the following command to get the project dependencies:

flutter pub get 

Run the Project: Once the dependencies are fetched, you can run the project using:

flutter run

This command will build and run your Flutter app on an available device or emulator.

Ensure that you have an emulator running or a physical device connected to your machine.