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.
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
Google hereby grants to you a perpetual, worldwide, non-exclusive,
|
|
no-charge, royalty-free, irrevocable (except as stated in this
|
|
section) patent license to make, have made, use, offer to sell, sell,
|
|
import, transfer, and otherwise run, modify and propagate the contents
|
|
of this implementation, where such license applies only to those
|
|
patent claims, both currently owned by Google and acquired in the
|
|
future, licensable by Google that are necessarily infringed by this
|
|
implementation. This grant does not include claims that would be
|
|
infringed only as a consequence of further modification of this
|
|
implementation. If you or your agent or exclusive licensee institute
|
|
or order or agree to the institution of patent litigation or any other
|
|
patent enforcement activity against any entity (including a
|
|
cross-claim or counterclaim in a lawsuit) alleging that this
|
|
implementation constitutes direct or contributory patent infringement,
|
|
or inducement of patent infringement, then any patent rights granted
|
|
to you under this License for this implementation shall terminate as
|
|
of the date such litigation is filed.
|