Skip to content

Commit

Permalink
Merge pull request #427 from lamarios/feature/update-deps-20231220
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
lamarios authored Dec 20, 2023
2 parents d678a80 + a2a1d59 commit 04aade7
Show file tree
Hide file tree
Showing 40 changed files with 87 additions and 79 deletions.
2 changes: 1 addition & 1 deletion lib/app/states/app.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class _$AppStateImpl implements _AppState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AppStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/channels/states/channel.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class _$ChannelControllerImpl implements _ChannelController {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ChannelControllerImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/channels/states/tv_channel.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class _$TvChannelControllerImpl implements _TvChannelController {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TvChannelControllerImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/comments/states/comments.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class _$CommentsStateImpl implements _CommentsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CommentsStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/comments/states/comments_container.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class _$CommentsContainerStateImpl implements _CommentsContainerState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CommentsContainerStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/comments/states/single_comment.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class _$SingleCommentStateImpl implements _SingleCommentState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SingleCommentStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/downloads/states/download_manager.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class _$DownloadManagerStateImpl extends _DownloadManagerState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DownloadManagerStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/downloads/states/downloaded_video.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class _$DownloadedVideoStateImpl implements _DownloadedVideoState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DownloadedVideoStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/player/states/audio_player.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class _$AudioPlayerStateImpl extends _AudioPlayerState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AudioPlayerStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/player/states/player.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ class _$PlayerStateImpl extends _PlayerState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PlayerStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/player/states/player_controls.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class _$PlayercontrolsStateImpl implements _PlayercontrolsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PlayercontrolsStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/player/states/tv_player_controls.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class _$TvPlayerControlsStateImpl extends _TvPlayerControlsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TvPlayerControlsStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/player/states/tv_player_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class _$TvPlayerSettingsStateImpl implements _TvPlayerSettingsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TvPlayerSettingsStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/player/states/video_player.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class _$VideoPlayerStateImpl extends _VideoPlayerState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VideoPlayerStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/playlists/states/playlist.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class _$PlaylistStateImpl implements _PlaylistState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PlaylistStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/playlists/states/playlist_list.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class _$PlaylistListStateImpl implements _PlaylistListState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PlaylistListStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/search/states/search.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class _$SearchStateImpl implements _SearchState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SearchStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/search/states/tv_search.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class _$TvSearchStateImpl implements _TvSearchState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TvSearchStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/settings/states/app_logs.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class _$AppLogsStateImpl implements _AppLogsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AppLogsStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/settings/states/server_list_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class _$ServerListSettingsStateImpl implements _ServerListSettingsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ServerListSettingsStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/settings/states/settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class _$SettingsStateImpl extends _SettingsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SettingsStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/settings/states/video_filter.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class _$VideoFilterStateImpl implements _VideoFilterState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VideoFilterStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/settings/states/video_filter_channel.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class _$VideoFilterChannelStateImpl implements _VideoFilterChannelState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VideoFilterChannelStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/settings/states/video_filter_edit.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class _$VideoFilterEditStateImpl implements _VideoFilterEditState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VideoFilterEditStateImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class _$ManageSubscriptionsStateImpl implements _ManageSubscriptionsState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ManageSubscriptionsStateImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class _$SubscribeButtonStateImpl implements _SubscribeButtonState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SubscribeButtonStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/states/item_list.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class _$ItemListStateImpl<T> implements _ItemListState<T> {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ItemListStateImpl<T> &&
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/states/paginated_list_view.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class _$PaginatedListViewControllerImpl<T>
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PaginatedListViewControllerImpl<T> &&
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/states/select_list.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class _$SelectListStateImpl<T> implements _SelectListState<T> {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SelectListStateImpl<T> &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class _$SearchableSelectFromListStateImpl<T>
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SearchableSelectFromListStateImpl<T> &&
Expand Down
2 changes: 1 addition & 1 deletion lib/videos/states/add_to_playlist.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class _$AddToPlaylistControllerImpl implements _AddToPlaylistController {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AddToPlaylistControllerImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/videos/states/compact_video.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class _$CompactVideoStateImpl implements _CompactVideoState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CompactVideoStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/videos/states/download_modal_sheet.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class _$DownloadModalSheetStateImpl implements _DownloadModalSheetState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DownloadModalSheetStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/videos/states/history.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class _$HistoryItemStateImpl implements _HistoryItemState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$HistoryItemStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/videos/states/tv_video.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class _$TvVideoStateImpl implements _TvVideoState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TvVideoStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/videos/states/video.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class _$VideoStateImpl extends _VideoState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VideoStateImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/videos/states/video_in_list.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class _$VideoInListStateImpl implements _VideoInListState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VideoInListStateImpl &&
Expand Down
Loading

0 comments on commit 04aade7

Please sign in to comment.