Skip to content

Flutter “Weather” mobile app that will show list of weather forecast of next 5 days according to your current location.

Notifications You must be signed in to change notification settings

bhavin-j-crest/crest_weather_demo

Repository files navigation

crest_weather_demo

Flutter Weather mobile app that will show list of weather forecast of next 5 days according to your current location.

Getting Started

Below libraries are used to develop this demo:

  • Dio to make REST location api call using key query param with interceptor.
  • In build json deserialization used to convert class fromJson and toJson.
  • Flutter Bloc for application state management.
  • Hydrated Bloc to store last record so that user can view last records even when offline.
  • Geolocator to get current location and fetch weather report for the location.
  • Also added Widget Test and Unit Test samples for demo.

About

Flutter “Weather” mobile app that will show list of weather forecast of next 5 days according to your current location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages