Compare commits

..

1 Commits

Author SHA1 Message Date
Marcelo Castellano
c1ccc371ab
Merge 9baf58e333 into 33e1f3bef5 2026-06-05 10:41:16 +06:00
3 changed files with 569 additions and 1347 deletions

File diff suppressed because it is too large Load Diff

View File

@ -134,6 +134,7 @@ class SearchPage extends HookConsumerWidget {
...suggestions, ...suggestions,
"Twenty One Pilots", "Twenty One Pilots",
"Linkin Park", "Linkin Park",
"d4vd"
] ]
: suggestions, : suggestions,
completer: (suggestion) => suggestion, completer: (suggestion) => suggestion,
@ -156,7 +157,8 @@ class SearchPage extends HookConsumerWidget {
: CrossFadeState.showSecond, : CrossFadeState.showSecond,
firstChild: IconButton.ghost( firstChild: IconButton.ghost(
size: ButtonSize.small, size: ButtonSize.small,
icon: const Icon(SpotubeIcons.close), icon:
const Icon(SpotubeIcons.close),
onPressed: () { onPressed: () {
controller.clear(); controller.clear();
}, },

View File

@ -3,7 +3,7 @@ description: Open source extensible music streaming platform and app, based on B
publish_to: "none" publish_to: "none"
version: 5.1.2+45 version: 5.1.1+44
homepage: https://spotube.krtirtho.dev homepage: https://spotube.krtirtho.dev
repository: https://github.com/KRTirtho/spotube repository: https://github.com/KRTirtho/spotube