chore: flutter 3.29.2 and bump of to 4.0.1

This commit is contained in:
Kingkor Roy Tirtho 2025-03-15 16:31:04 +06:00
parent 4bfe334419
commit 26b1c31f8f
7 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,3 @@
{ {
"flutterSdkVersion": "3.29.1" "flutterSdkVersion": "3.29.2"
} }

2
.fvmrc
View File

@ -1,4 +1,4 @@
{ {
"flutter": "3.29.1", "flutter": "3.29.2",
"flavors": {} "flavors": {}
} }

View File

@ -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:

View File

@ -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:

View File

@ -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"
} }

View File

@ -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';
} }

View File

@ -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