Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 960 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 960 Bytes

FlutterWeatherApp

Welcome to FlutterWeatherApp, a feature-rich weather forecasting application built using Flutter!

Prerequisites

Before you begin, ensure you have Flutter version 3.22.2 installed on your system. You can download it from the Flutter website.

Getting Started

Follow these steps to set up and run FlutterWeatherApp on your local machine:

1. Obtain API Key

To use FlutterWeatherApp, you need an API key from Tomorrow.io. Follow these steps to obtain your API key:

  • Visit Tomorrow.io and sign up for an account.
  • Once logged in, navigate to your account settings or API keys section to generate an API key.
  • Copy the API key.

2. Clone the Repository

Clone the FlutterWeatherApp repository to your local machine:

git clone https://github.com/your-username/FlutterWeatherApp.git
cd FlutterWeatherApp
flutter pub get
flutter run