bloc/place/place_bloc library

Classes

PlaceBloc
Bloc for managing the state of places related to search and display.
PlaceEvent
Base class for all events related to place search and display.
PlaceState
Represents the state of the place search and display feature.
RequestedFindPlace
Event signaling a request to find places with a given query string.
RequestedHideSearchPlacesField
Event signaling a request to hide the search places field.
RequestedShowSearchPlacesField
Event signaling a request to show the search places field.
RetriedFindPlace
Event signaling a request to retry the previous place search.
ToggledSearchPlacesVisibility
Event signaling a request to toggle the visibility of the search places field.