A Flutter project!!!
To get started with the WeatherApp, follow these steps:
-
Clone the repository:
git clone https://github.com/jeelshah911/weatherapp.git
-
Install dependencies:
- Navigate to the project directory:
cd weatherapp
- Run the following command:
flutter pub get
- Navigate to the project directory:
-
Run the app:
- Execute the command:
flutter run
- Execute the command:
This project uses the following dependencies:
-
GetX:
- State management and dependency injection.
-
Http:
- For making HTTP requests to the weather API.
-
Intl:
- For internationalization and formatting of dates.
-
Geolocator:
- For getting the device location.
-
Geocoding:
- For converting an address to latitude and longitude.