Skip to content

Commit

Permalink
dart fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Dec 7, 2024
1 parent 3488ae9 commit c2cf999
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion lib/features/item_viewer/view/library_item_actions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ class DownloadSheet extends HookConsumerWidget {

class _LibraryItemPlayButton extends HookConsumerWidget {
const _LibraryItemPlayButton({
super.key,
required this.item,
});

Expand Down
8 changes: 0 additions & 8 deletions lib/features/item_viewer/view/library_item_hero_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class LibraryItemHeroSection extends HookConsumerWidget {

class _BookDetails extends HookConsumerWidget {
const _BookDetails({
super.key,
required this.id,
this.extraMap,
});
Expand Down Expand Up @@ -136,7 +135,6 @@ class _BookDetails extends HookConsumerWidget {

class _LibraryItemProgressIndicator extends HookConsumerWidget {
const _LibraryItemProgressIndicator({
super.key,
required this.id,
});

Expand Down Expand Up @@ -213,7 +211,6 @@ class _LibraryItemProgressIndicator extends HookConsumerWidget {

class _HeroSectionSubLabelWithIcon extends HookConsumerWidget {
const _HeroSectionSubLabelWithIcon({
super.key,
required this.icon,
required this.text,
});
Expand Down Expand Up @@ -260,7 +257,6 @@ class _HeroSectionSubLabelWithIcon extends HookConsumerWidget {

class _BookSeries extends StatelessWidget {
const _BookSeries({
super.key,
required this.itemBookMetadata,
required this.bookDetailsCached,
});
Expand Down Expand Up @@ -306,7 +302,6 @@ class _BookSeries extends StatelessWidget {

class _BookNarrators extends StatelessWidget {
const _BookNarrators({
super.key,
required this.itemBookMetadata,
required this.bookDetailsCached,
});
Expand Down Expand Up @@ -342,7 +337,6 @@ class _BookNarrators extends StatelessWidget {

class _BookCover extends HookConsumerWidget {
const _BookCover({
super.key,
required this.itemId,
});

Expand Down Expand Up @@ -416,7 +410,6 @@ class _BookCover extends HookConsumerWidget {

class _BookTitle extends StatelessWidget {
const _BookTitle({
super.key,
required this.extraMap,
required this.itemBookMetadata,
});
Expand Down Expand Up @@ -461,7 +454,6 @@ class _BookTitle extends StatelessWidget {

class _BookAuthors extends StatelessWidget {
const _BookAuthors({
super.key,
required this.itemBookMetadata,
required this.bookDetailsCached,
});
Expand Down
1 change: 0 additions & 1 deletion lib/features/item_viewer/view/library_item_metadata.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class LibraryItemMetadata extends HookConsumerWidget {
/// key-value pair to display as column
class _MetadataItem extends StatelessWidget {
const _MetadataItem({
super.key,
required this.title,
required this.value,
});
Expand Down
1 change: 0 additions & 1 deletion lib/features/onboarding/view/callback_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class BackToLoginButton extends StatelessWidget {

class _SomethingWentWrong extends StatelessWidget {
const _SomethingWentWrong({
super.key,
this.message = 'Error with OAuth flow',
});

Expand Down
1 change: 0 additions & 1 deletion lib/features/you/view/server_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ class ServerManagerPage extends HookConsumerWidget {

class _AddUserDialog extends HookConsumerWidget {
const _AddUserDialog({
super.key,
required this.server,
});

Expand Down
1 change: 0 additions & 1 deletion lib/shared/widgets/shelves/book_shelf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ class BookOnShelf extends HookConsumerWidget {

class _BookOnShelfPlayButton extends HookConsumerWidget {
const _BookOnShelfPlayButton({
super.key,
required this.libraryItemId,
});

Expand Down

0 comments on commit c2cf999

Please sign in to comment.