feat: Implement a basic anime calendar
This commit is contained in:
10
lib/src/ui/bloc/calendar_state.dart
Normal file
10
lib/src/ui/bloc/calendar_state.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
part of 'calendar_bloc.dart';
|
||||
|
||||
@freezed
|
||||
class CalendarState with _$CalendarState {
|
||||
factory CalendarState(
|
||||
bool refreshing,
|
||||
int refreshingCount,
|
||||
int refreshingTotal,
|
||||
) = _CalendarState;
|
||||
}
|
||||
Reference in New Issue
Block a user