mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-17 01:15:17 +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.
253 lines
5.5 KiB
YAML
253 lines
5.5 KiB
YAML
# Copyright 2013 The Flutter Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# See https://github.com/actions/labeler/blob/main/README.md for docs.
|
|
# Use git ls-files '<pattern>' to see the list of matching files.
|
|
|
|
'a: accessibility':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/accessibility/*'
|
|
- '**/*accessibility*'
|
|
- '**/semantics/*'
|
|
- '**/*semantics*'
|
|
|
|
'a: animation':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/animation/*'
|
|
- '**/*animation*'
|
|
|
|
'a: desktop':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/linux/**/*'
|
|
- '**/macos/**/*'
|
|
- '**/windows/**/*'
|
|
- engine/src/flutter/shell/platform/darwin/common/**/*
|
|
|
|
'a: internationalization':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_localizations/**/*
|
|
|
|
'a: tests':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_driver/**/*
|
|
- packages/flutter_goldens/**/*
|
|
- packages/flutter_test/**/*
|
|
- packages/integration_test/**/*
|
|
|
|
'a: text input':
|
|
- changed-files:
|
|
- all-globs-to-any-file:
|
|
- '**/*text*'
|
|
- '!**/*context*'
|
|
- '!**/*texture*'
|
|
|
|
'd: api docs':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/api/**/*
|
|
|
|
'd: docs/':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/**/*
|
|
|
|
'd: examples':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/**/*
|
|
|
|
'e: embedder':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/embedder
|
|
|
|
'e: impeller':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/impeller/**/*
|
|
|
|
engine:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- DEPS
|
|
- engine/**/*
|
|
- docs/engine/**/*
|
|
|
|
'f: cupertino':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/cupertino/*'
|
|
- '**/*cupertino*'
|
|
- docs/libraries/cupertino/**/*
|
|
|
|
'f: focus':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/focus/*'
|
|
- '**/*focus*'
|
|
|
|
'f: gestures':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/gestures/*'
|
|
- '**/*gestures*'
|
|
|
|
'f: material design':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/material/*'
|
|
- '**/*material*'
|
|
- docs/libraries/material/**/*
|
|
|
|
'f: routes':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/navigator/*'
|
|
- '**/*navigator*'
|
|
- '**/route/*'
|
|
- '**/*route*'
|
|
|
|
'f: scrolling':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/*scroll*'
|
|
- '**/scroll/*'
|
|
- '**/*sliver*'
|
|
- '**/sliver/*'
|
|
- '**/*viewport*'
|
|
- '**/viewport/*'
|
|
|
|
framework:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter/**/*
|
|
- packages/flutter_driver/**/*
|
|
- packages/flutter_goldens/**/*
|
|
- packages/flutter_localizations/**/*
|
|
- packages/flutter_test/**/*
|
|
- packages/integration_test/**/*
|
|
- examples/api/**/*
|
|
- docs/about/**/*
|
|
- docs/contributing/**/*
|
|
- docs/libraries/**/*
|
|
|
|
'f: integration_test':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/integration_test/**/*
|
|
|
|
package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/ecosystem/**/*
|
|
|
|
platform-android:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/platform/android/**/*
|
|
- engine/src/flutter/shell/platform/android/**/*
|
|
- packages/flutter_tools/*android*'
|
|
- packages/flutter_tools/gradle/**/*
|
|
|
|
platform-ios:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/darwin/common/**/*
|
|
- engine/src/flutter/shell/platform/darwin/ios/**/*
|
|
- packages/flutter_tools/lib/src/ios/**/*
|
|
|
|
platform-fuchsia:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/fuchsia/**/*
|
|
|
|
platform-linux:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/linux/**/*
|
|
|
|
platform-macos:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/src/flutter/shell/platform/darwin/common/**/*
|
|
- engine/src/flutter/shell/platform/darwin/macos/**/*
|
|
|
|
platform-web:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/web_sdk/**/*'
|
|
- engine/src/flutter/lib/web_ui/**/*
|
|
- packages/flutter_web_plugins
|
|
|
|
platform-windows:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- engine/src/flutter/shell/platform/windows/**/*
|
|
|
|
'customer: gallery':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- examples/flutter_gallery/**/*
|
|
|
|
'c: tech-debt':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/fix_data.yaml'
|
|
- '**/*.expect'
|
|
- '**/*test_fixes*'
|
|
|
|
team:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/about/**/*
|
|
- docs/contributing/**/*
|
|
- docs/postmortems/**/*
|
|
|
|
team-android:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/platform/android/**/*
|
|
|
|
team-ecosystem:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/ecosystem/**/*
|
|
|
|
team-engine:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/engine/**/*
|
|
|
|
team-infra:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/infra/**/*
|
|
|
|
team-release:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/releases/**/*
|
|
|
|
team-tool:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/tool/**/*
|
|
|
|
team-web:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/platforms/web/**/*
|
|
|
|
tool:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/flutter_tools/**/*
|
|
- packages/fuchsia_remote_debug_protocol/**/*
|
|
- docs/tool/**/*
|