Slide 15
Slide 15 text
Gurzu Confidential
Weather app using bloc.
Elements used:
● Events
○ Fetch weather based on city searched,
● State:
○ WeatherInitial, WeatherLoading, WeatherFetchSuccess,
WeatherError,
● Bloc:
○ Capture the events coming from the UI and dispatch the state.
Example: