mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

Add enhanced media controls and social sharing features. * **Enhanced Media Controls:** - Add volume control slider to `PlayerControls` widget in `lib/modules/player/player_controls.dart`. - Implement keyboard shortcuts for media controls (play/pause, next/previous track, volume up/down) in `PlayerControls` widget. - Add "lyrics" button to `PlayerView` widget in `lib/modules/player/player.dart`. * **Social Sharing Features:** - Add feature to share the currently playing track on social media platforms in `lib/components/track_tile/track_options.dart`. - Add share button to `TrackPresentationTopSection` widget in `lib/components/track_presentation/presentation_top.dart`. * **Settings:** - Add dark mode toggle in the settings page in `lib/pages/settings/settings.dart`. * **CI Configuration:** - Add `.ci.yaml` file for continuous integration configuration.
14 lines
580 B
Plaintext
14 lines
580 B
Plaintext
WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES
|
|
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
|
|
CLANG_WARN_PRAGMA_PACK = YES
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES
|
|
CLANG_WARN_COMMA = YES
|
|
GCC_WARN_STRICT_SELECTOR_MATCH = YES
|
|
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
|
|
GCC_WARN_SHADOW = YES
|
|
CLANG_WARN_UNREACHABLE_CODE = YES
|