A weather app that connects to weatherapi and retrieves the data.
- Option to add to, remove from and see all favorites.
- A recent search result history shown in the main app that can be cleared as needed.
- Temperature and description of the location queried.
- Flutter
- http: ^1.2.2
- provider: ^6.1.2
- flutter_dotenv: ^5.2.1
- shared_preferences: ^2.2.3
- Clone the repository:
git clone https://github.com/swapnil-up/weather_app.git - Install dependencies:
flutter pub get - Run the app:
flutter run
This project is licensed under the MIT License - see the LICENSE file for details.
