mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
chore: flutter 3.29.2 and bump of to 4.0.1
This commit is contained in:
parent
4bfe334419
commit
26b1c31f8f
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"flutterSdkVersion": "3.29.1"
|
"flutterSdkVersion": "3.29.2"
|
||||||
}
|
}
|
2
.fvmrc
2
.fvmrc
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"flutter": "3.29.1",
|
"flutter": "3.29.2",
|
||||||
"flavors": {}
|
"flavors": {}
|
||||||
}
|
}
|
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLUTTER_VERSION: 3.29.1
|
FLUTTER_VERSION: 3.29.2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
2
.github/workflows/spotube-release-binary.yml
vendored
2
.github/workflows/spotube-release-binary.yml
vendored
@ -20,7 +20,7 @@ on:
|
|||||||
description: Dry run without uploading to release
|
description: Dry run without uploading to release
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLUTTER_VERSION: 3.29.1
|
FLUTTER_VERSION: 3.29.2
|
||||||
FLUTTER_CHANNEL: master
|
FLUTTER_CHANNEL: master
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -28,5 +28,5 @@
|
|||||||
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md",
|
"README.md": "LICENSE,CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,CONTRIBUTION.md,CHANGELOG.md,PRIVACY_POLICY.md",
|
||||||
"*.dart": "${capture}.g.dart,${capture}.freezed.dart"
|
"*.dart": "${capture}.g.dart,${capture}.freezed.dart"
|
||||||
},
|
},
|
||||||
"dart.flutterSdkPath": ".fvm/versions/3.29.1"
|
"dart.flutterSdkPath": ".fvm/versions/3.29.2"
|
||||||
}
|
}
|
@ -13,12 +13,6 @@ class FontFamily {
|
|||||||
/// Font family: BootstrapIcons
|
/// Font family: BootstrapIcons
|
||||||
static const String bootstrapIcons = 'BootstrapIcons';
|
static const String bootstrapIcons = 'BootstrapIcons';
|
||||||
|
|
||||||
/// Font family: GeistMono
|
|
||||||
static const String geistMono = 'GeistMono';
|
|
||||||
|
|
||||||
/// Font family: GeistSans
|
|
||||||
static const String geistSans = 'GeistSans';
|
|
||||||
|
|
||||||
/// Font family: RadixIcons
|
/// Font family: RadixIcons
|
||||||
static const String radixIcons = 'RadixIcons';
|
static const String radixIcons = 'RadixIcons';
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El
|
|||||||
|
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 4.0.0+39
|
version: 4.0.1+40
|
||||||
|
|
||||||
homepage: https://spotube.krtirtho.dev
|
homepage: https://spotube.krtirtho.dev
|
||||||
repository: https://github.com/KRTirtho/spotube
|
repository: https://github.com/KRTirtho/spotube
|
||||||
|
Loading…
Reference in New Issue
Block a user