schedule library Null safety
Classes
- DayScheduleList
- List of class sessions, for one day.
- NextClassCard
- Interface for next class session, similar to ScheduleClassItem, but with red background. Used on the home page.
- ScheduleBloc
- Manages the schedule, making the request and verifying its status.
- ScheduleClassItem
- Interface for one class session and its course.
- ScheduleEvent
- Base class for ScheduleBloc's events.
- SchedulePage
- ScheduleRequested
- Triggered to request the schedule, at the start of the SchedulePage.
- ScheduleState
- State emitted by ScheduleBloc.
- ScheduleView
Enums
- ScheduleRequestStatus
- Http request's status when making the schedule request.