mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
* chore(packages): Added pedantic package to enforce linting and styling * feat(lunasea): Enforce effective dart styling * Comment and format colours class * Localize additional classes in Dashboard, cleanup additional code * chore(lunasea): Major refactor by running dartfmt on the entire codebase, added widget return for page routers * Additional work on conforming to effective dart style * fix(share_plus): Roll back share_plus package to 2.0.0 to support iOS 12 or lower * chore(lunasea): Fix remaining enabled analysis warnings
23 lines
936 B
Dart
23 lines
936 B
Dart
export 'widgets/add_search_bar.dart';
|
|
export 'widgets/add_search_result_tile.dart';
|
|
export 'widgets/artist_navigation_bar.dart';
|
|
export 'widgets/catalogue_hide_button.dart';
|
|
export 'widgets/catalogue_search_bar.dart';
|
|
export 'widgets/catalogue_sorting_button.dart';
|
|
export 'widgets/catalogue_tile.dart';
|
|
export 'widgets/description_block.dart';
|
|
export 'widgets/details_album_list.dart';
|
|
export 'widgets/details_album_tile.dart';
|
|
export 'widgets/details_album_track_tile.dart';
|
|
export 'widgets/details_edit_button.dart';
|
|
export 'widgets/details_hide_button.dart';
|
|
export 'widgets/details_overview.dart';
|
|
export 'widgets/details_settings_button.dart';
|
|
export 'widgets/history_tile.dart';
|
|
export 'widgets/missing_tile.dart';
|
|
export 'widgets/navigation_bar.dart';
|
|
export 'widgets/releases_hide_button.dart';
|
|
export 'widgets/releases_search_bar.dart';
|
|
export 'widgets/releases_sorting_button.dart';
|
|
export 'widgets/search_result_tile.dart';
|