A real-time weather application based on the current location of the user or different searchable locations.
- Flutter & Dart
- Weatherapi - Real-time weather data API
- Riverpod - State management
Take a look at the App apk
Home | Saved List | Search |
---|---|---|
![]() |
![]() |
![]() |
New York | London | Minsk |
---|---|---|
![]() |
![]() |
![]() |
Paris | Dubai | Bangkok |
---|---|---|
![]() |
![]() |
![]() |
-
Head over to weatherapi and sign up
-
After login create an API key
-
Create a file named
api_key.dart
underlib/auth/
-
Add the line below
const weatherApiKey = 'YOUR_API_KEY_FROM_WEATHER_API';
-
hit flutter run on the selected emulator/device