mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 15:39:41 +00:00
- Add selection mode to PlayerQueue with long-press to select - Disable inner navigation (title/artist) when selecting via TrackTile - Show checkboxes only in selection mode - Add selection AppBar behavior and bottom-sheet menu with: Select all, Add to playlist, Remove selected, Cancel - Reuse existing PlaylistAddTrackDialog for bulk add - Hide drag handle while in selection mode Closes: # (implement multi-select queue feature)
26 lines
727 B
Dart
26 lines
727 B
Dart
// dart format width=80
|
|
/// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
/// *****************************************************
|
|
/// FlutterGen
|
|
/// *****************************************************
|
|
|
|
// coverage:ignore-file
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: deprecated_member_use,directives_ordering,implicit_dynamic_list_literal,unnecessary_import
|
|
|
|
class FontFamily {
|
|
FontFamily._();
|
|
|
|
/// Font family: BootstrapIcons
|
|
static const String bootstrapIcons = 'BootstrapIcons';
|
|
|
|
/// Font family: Cookie
|
|
static const String cookie = 'Cookie';
|
|
|
|
/// Font family: RadixIcons
|
|
static const String radixIcons = 'RadixIcons';
|
|
|
|
/// Font family: Ubuntu Mono
|
|
static const String ubuntuMono = 'Ubuntu Mono';
|
|
}
|