Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot]
a84297feba
Merge 7571f880ec into 308c417ed3 2025-08-26 21:54:59 +07:00
Kingkor Roy Tirtho
308c417ed3 cd: use macos 14 instead 15 2025-08-25 19:27:18 +06:00
Kingkor Roy Tirtho
0823629fb5 chore: upgrade dependencies 2025-08-23 10:07:41 +06:00
dependabot[bot]
7571f880ec
chore(deps): bump KSXGitHub/github-actions-deploy-aur
Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/ksxgithub/github-actions-deploy-aur/releases)
- [Commits](https://github.com/ksxgithub/github-actions-deploy-aur/compare/v2.7.1...v2.7.2)

---
updated-dependencies:
- dependency-name: KSXGitHub/github-actions-deploy-aur
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-03 00:00:09 +00:00
6 changed files with 21 additions and 21 deletions

View File

@ -56,7 +56,7 @@ jobs:
files: | files: |
dist/Spotube-windows-x86_64.nupkg dist/Spotube-windows-x86_64.nupkg
dist/Spotube-windows-x86_64-setup.exe dist/Spotube-windows-x86_64-setup.exe
- os: macos-latest - os: macos-14
platform: ios platform: ios
arch: all arch: all
files: | files: |

View File

@ -14,7 +14,7 @@ class TextFormBuilderField extends StatelessWidget {
// final AlignmentGeometry? placeholderAlignment; // final AlignmentGeometry? placeholderAlignment;
// final AlignmentGeometry? leadingAlignment; // final AlignmentGeometry? leadingAlignment;
// final AlignmentGeometry? trailingAlignment; // final AlignmentGeometry? trailingAlignment;
final bool border; final Border? border;
final List<InputFeature> features; final List<InputFeature> features;
final EdgeInsetsGeometry? padding; final EdgeInsetsGeometry? padding;
final ValueChanged<String>? onSubmitted; final ValueChanged<String>? onSubmitted;
@ -61,7 +61,7 @@ class TextFormBuilderField extends StatelessWidget {
this.minLines, this.minLines,
this.filled = false, this.filled = false,
this.placeholder, this.placeholder,
this.border = true, this.border,
this.padding, this.padding,
this.onSubmitted, this.onSubmitted,
this.onEditingComplete, this.onEditingComplete,

View File

@ -217,7 +217,7 @@ class Spotube extends HookConsumerWidget {
iconTheme: const IconThemeProperties(), iconTheme: const IconThemeProperties(),
colorScheme: colorScheme:
colorSchemeMap[accentMaterialColor.name]?.call(ThemeMode.light) ?? colorSchemeMap[accentMaterialColor.name]?.call(ThemeMode.light) ??
ColorSchemes.lightOrange(), LegacyColorSchemes.lightOrange(),
surfaceOpacity: .8, surfaceOpacity: .8,
surfaceBlur: 10, surfaceBlur: 10,
), ),
@ -226,7 +226,7 @@ class Spotube extends HookConsumerWidget {
iconTheme: const IconThemeProperties(), iconTheme: const IconThemeProperties(),
colorScheme: colorScheme:
colorSchemeMap[accentMaterialColor.name]?.call(ThemeMode.dark) ?? colorSchemeMap[accentMaterialColor.name]?.call(ThemeMode.dark) ??
ColorSchemes.darkOrange(), LegacyColorSchemes.darkOrange(),
surfaceOpacity: .8, surfaceOpacity: .8,
surfaceBlur: 10, surfaceBlur: 10,
), ),

View File

@ -41,18 +41,18 @@ final Set<SpotubeColor> colorsMap = {
}; };
final colorSchemeMap = { final colorSchemeMap = {
"slate": ColorSchemes.slate, "slate": LegacyColorSchemes.slate,
"gray": ColorSchemes.gray, "gray": LegacyColorSchemes.gray,
"zinc": ColorSchemes.zinc, "zinc": LegacyColorSchemes.zinc,
"neutral": ColorSchemes.neutral, "neutral": LegacyColorSchemes.neutral,
"stone": ColorSchemes.stone, "stone": LegacyColorSchemes.stone,
"red": ColorSchemes.red, "red": LegacyColorSchemes.red,
"orange": ColorSchemes.orange, "orange": LegacyColorSchemes.orange,
"yellow": ColorSchemes.yellow, "yellow": LegacyColorSchemes.yellow,
"green": ColorSchemes.green, "green": LegacyColorSchemes.green,
"blue": ColorSchemes.blue, "blue": LegacyColorSchemes.blue,
"violet": ColorSchemes.violet, "violet": LegacyColorSchemes.violet,
"rose": ColorSchemes.rose, "rose": LegacyColorSchemes.rose,
}; };
class ColorSchemePickerDialog extends HookConsumerWidget { class ColorSchemePickerDialog extends HookConsumerWidget {

View File

@ -1235,7 +1235,7 @@ packages:
description: description:
path: "." path: "."
ref: main ref: main
resolved-ref: "7e9032c054c547f7900c9c9fe4b76e29c8ac1cd1" resolved-ref: "577ad115dce0514afc53e2b3ab7b96bcd88d3be3"
url: "https://github.com/hetu-community/hetu_std.git" url: "https://github.com/hetu-community/hetu_std.git"
source: git source: git
version: "1.0.0" version: "1.0.0"
@ -2121,10 +2121,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: shadcn_flutter name: shadcn_flutter
sha256: "979a86e203eb1fb139e8b5c84b49b17b28808804cbff189b43052d56ba6854b5" sha256: "4a4dff36252101f344c77fd659d791c52c808cfe3ab68deea4ea949d942d9e5b"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.0.37" version: "0.0.39"
shared_preferences: shared_preferences:
dependency: "direct main" dependency: "direct main"
description: description:

View File

@ -101,7 +101,7 @@ dependencies:
ref: dart-3-support ref: dart-3-support
url: https://github.com/KRTirtho/scrobblenaut.git url: https://github.com/KRTirtho/scrobblenaut.git
scroll_to_index: ^3.0.1 scroll_to_index: ^3.0.1
shadcn_flutter: ^0.0.37 shadcn_flutter: ^0.0.39
shared_preferences: ^2.2.3 shared_preferences: ^2.2.3
shelf: ^1.4.1 shelf: ^1.4.1
shelf_router: ^1.1.4 shelf_router: ^1.1.4