mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Compare commits
4 Commits
6175a9dd9c
...
a84297feba
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a84297feba | ||
![]() |
308c417ed3 | ||
![]() |
0823629fb5 | ||
![]() |
7571f880ec |
2
.github/workflows/spotube-release-binary.yml
vendored
2
.github/workflows/spotube-release-binary.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
files: |
|
||||
dist/Spotube-windows-x86_64.nupkg
|
||||
dist/Spotube-windows-x86_64-setup.exe
|
||||
- os: macos-latest
|
||||
- os: macos-14
|
||||
platform: ios
|
||||
arch: all
|
||||
files: |
|
||||
|
@ -14,7 +14,7 @@ class TextFormBuilderField extends StatelessWidget {
|
||||
// final AlignmentGeometry? placeholderAlignment;
|
||||
// final AlignmentGeometry? leadingAlignment;
|
||||
// final AlignmentGeometry? trailingAlignment;
|
||||
final bool border;
|
||||
final Border? border;
|
||||
final List<InputFeature> features;
|
||||
final EdgeInsetsGeometry? padding;
|
||||
final ValueChanged<String>? onSubmitted;
|
||||
@ -61,7 +61,7 @@ class TextFormBuilderField extends StatelessWidget {
|
||||
this.minLines,
|
||||
this.filled = false,
|
||||
this.placeholder,
|
||||
this.border = true,
|
||||
this.border,
|
||||
this.padding,
|
||||
this.onSubmitted,
|
||||
this.onEditingComplete,
|
||||
|
@ -217,7 +217,7 @@ class Spotube extends HookConsumerWidget {
|
||||
iconTheme: const IconThemeProperties(),
|
||||
colorScheme:
|
||||
colorSchemeMap[accentMaterialColor.name]?.call(ThemeMode.light) ??
|
||||
ColorSchemes.lightOrange(),
|
||||
LegacyColorSchemes.lightOrange(),
|
||||
surfaceOpacity: .8,
|
||||
surfaceBlur: 10,
|
||||
),
|
||||
@ -226,7 +226,7 @@ class Spotube extends HookConsumerWidget {
|
||||
iconTheme: const IconThemeProperties(),
|
||||
colorScheme:
|
||||
colorSchemeMap[accentMaterialColor.name]?.call(ThemeMode.dark) ??
|
||||
ColorSchemes.darkOrange(),
|
||||
LegacyColorSchemes.darkOrange(),
|
||||
surfaceOpacity: .8,
|
||||
surfaceBlur: 10,
|
||||
),
|
||||
|
@ -41,18 +41,18 @@ final Set<SpotubeColor> colorsMap = {
|
||||
};
|
||||
|
||||
final colorSchemeMap = {
|
||||
"slate": ColorSchemes.slate,
|
||||
"gray": ColorSchemes.gray,
|
||||
"zinc": ColorSchemes.zinc,
|
||||
"neutral": ColorSchemes.neutral,
|
||||
"stone": ColorSchemes.stone,
|
||||
"red": ColorSchemes.red,
|
||||
"orange": ColorSchemes.orange,
|
||||
"yellow": ColorSchemes.yellow,
|
||||
"green": ColorSchemes.green,
|
||||
"blue": ColorSchemes.blue,
|
||||
"violet": ColorSchemes.violet,
|
||||
"rose": ColorSchemes.rose,
|
||||
"slate": LegacyColorSchemes.slate,
|
||||
"gray": LegacyColorSchemes.gray,
|
||||
"zinc": LegacyColorSchemes.zinc,
|
||||
"neutral": LegacyColorSchemes.neutral,
|
||||
"stone": LegacyColorSchemes.stone,
|
||||
"red": LegacyColorSchemes.red,
|
||||
"orange": LegacyColorSchemes.orange,
|
||||
"yellow": LegacyColorSchemes.yellow,
|
||||
"green": LegacyColorSchemes.green,
|
||||
"blue": LegacyColorSchemes.blue,
|
||||
"violet": LegacyColorSchemes.violet,
|
||||
"rose": LegacyColorSchemes.rose,
|
||||
};
|
||||
|
||||
class ColorSchemePickerDialog extends HookConsumerWidget {
|
||||
|
@ -1235,7 +1235,7 @@ packages:
|
||||
description:
|
||||
path: "."
|
||||
ref: main
|
||||
resolved-ref: "7e9032c054c547f7900c9c9fe4b76e29c8ac1cd1"
|
||||
resolved-ref: "577ad115dce0514afc53e2b3ab7b96bcd88d3be3"
|
||||
url: "https://github.com/hetu-community/hetu_std.git"
|
||||
source: git
|
||||
version: "1.0.0"
|
||||
@ -2121,10 +2121,10 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: shadcn_flutter
|
||||
sha256: "979a86e203eb1fb139e8b5c84b49b17b28808804cbff189b43052d56ba6854b5"
|
||||
sha256: "4a4dff36252101f344c77fd659d791c52c808cfe3ab68deea4ea949d942d9e5b"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.0.37"
|
||||
version: "0.0.39"
|
||||
shared_preferences:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -101,7 +101,7 @@ dependencies:
|
||||
ref: dart-3-support
|
||||
url: https://github.com/KRTirtho/scrobblenaut.git
|
||||
scroll_to_index: ^3.0.1
|
||||
shadcn_flutter: ^0.0.37
|
||||
shadcn_flutter: ^0.0.39
|
||||
shared_preferences: ^2.2.3
|
||||
shelf: ^1.4.1
|
||||
shelf_router: ^1.1.4
|
||||
|
Loading…
Reference in New Issue
Block a user