A beautiful weather app built using flutter. Enjoy
With the app you can achieve the following:
- Get today's weather data
- The next 5 days weather forecast of your location
- Save and view your favourite location weather
The app is built using the Bloc archietcure
and the following libraries:
floor db
: used to store the weather information for offline supportdio
: making requests to openweathergeolocator
: to get coordinates of your current location
Clone the app and run
flutter pub get
flutter run
To run the tests, use:
flutter test