chore: upgrade dependencies

This commit is contained in:
Kingkor Roy Tirtho 2025-08-23 10:07:41 +06:00
parent 7037145519
commit 0823629fb5
5 changed files with 20 additions and 20 deletions

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