bookmarks.presentation library Null safety
Presentation layer for Bookmarks feature.
Classes
- AddToBoomarksEvent
- To add a parking in list of bookmarks
- BookmarkAddedState
- Bookmarks state when a new item is added
- BookmarkRemovedState
- Bookmarks state when an item is removed
- BookmarksBloc
- Bookmarks business logic component that manage BookmarksState and handle BookmarksEvent
- BookmarksErrorState
- Bookmarks state when an error has occurred
- BookmarksEvent
- Bookmarks related events abstraction
- BookmarksInitialState
- Bookmarks initial state
- BookmarksListLoadedState
- Bookmarks state when list is loaded
- BookmarksLoadingState
- Bookmarks state when list is loading (in progress)
- BookmarksScreen
- Screen: Bookmarks list
- BookmarksState
- Bookmarks related events abstraction
- GetBookmarksListEvent
- To get the list of bookmarks
- RemoveFromBoomarksEvent
- To remove a parking from the list of bookmarks