diff --git a/lib/common.dart b/lib/common.dart index 7a79d97e0..f08538a12 100644 --- a/lib/common.dart +++ b/lib/common.dart @@ -2,8 +2,6 @@ export 'src/common/adaptive_container.dart'; export 'src/common/audio_card.dart'; export 'src/common/audio_card_bottom.dart'; export 'src/common/audio_filter.dart'; -export 'src/common/audio_page.dart'; -export 'src/common/audio_page_body.dart'; export 'src/common/audio_page_control_panel.dart'; export 'src/common/audio_page_header.dart'; export 'src/common/audio_page_type.dart'; diff --git a/lib/src/common/audio_page.dart b/lib/src/common/audio_page.dart deleted file mode 100644 index ea93f01fc..000000000 --- a/lib/src/common/audio_page.dart +++ /dev/null @@ -1,108 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:yaru/yaru.dart'; - -import '../../common.dart'; -import '../../data.dart'; - -class AudioPage extends StatelessWidget { - const AudioPage({ - super.key, - required this.audios, - required this.audioPageType, - required this.pageId, - this.title, - this.controlPanelButton, - this.headerTitle, - this.headerSubtile, - this.headerLabel, - this.headerDescription, - this.image, - this.onAlbumTap, - this.onArtistTap, - this.noResultMessage, - this.noResultIcon, - this.titleLabel, - this.artistLabel, - this.albumLabel, - this.controlPanelTitle, - this.titleFlex = 1, - this.artistFlex = 1, - this.albumFlex = 1, - this.showTrack = true, - this.showAlbum = true, - this.showArtist = true, - this.imageRadius, - this.onLabelTab, - this.onSubTitleTab, - this.onAudioFilterSelected, - this.classicTiles = true, - }); - - final Set