From 26b1c31f8f30639497638d270f8d690bbf392509 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Sat, 15 Mar 2025 16:31:04 +0600 Subject: [PATCH] chore: flutter 3.29.2 and bump of to 4.0.1 --- .fvm/fvm_config.json | 2 +- .fvmrc | 2 +- .github/workflows/pr-lint.yml | 2 +- .github/workflows/spotube-release-binary.yml | 2 +- .vscode/settings.json | 2 +- lib/collections/fonts.gen.dart | 6 ------ pubspec.yaml | 2 +- 7 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 201051aa..b4cb4720 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,3 +1,3 @@ { - "flutterSdkVersion": "3.29.1" + "flutterSdkVersion": "3.29.2" } \ No newline at end of file diff --git a/.fvmrc b/.fvmrc index cf2b4e49..5b0ad692 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,4 +1,4 @@ { - "flutter": "3.29.1", + "flutter": "3.29.2", "flavors": {} } \ No newline at end of file diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 6c97091f..245101d8 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -4,7 +4,7 @@ on: pull_request: env: - FLUTTER_VERSION: 3.29.1 + FLUTTER_VERSION: 3.29.2 jobs: lint: diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 1c5d9189..05a672d4 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -20,7 +20,7 @@ on: description: Dry run without uploading to release env: - FLUTTER_VERSION: 3.29.1 + FLUTTER_VERSION: 3.29.2 FLUTTER_CHANNEL: master permissions: diff --git a/.vscode/settings.json b/.vscode/settings.json index c07044ed..3229a158 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,5 +28,5 @@ "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.flutterSdkPath": ".fvm/versions/3.29.1" + "dart.flutterSdkPath": ".fvm/versions/3.29.2" } \ No newline at end of file diff --git a/lib/collections/fonts.gen.dart b/lib/collections/fonts.gen.dart index 811e1d36..033d3a79 100644 --- a/lib/collections/fonts.gen.dart +++ b/lib/collections/fonts.gen.dart @@ -13,12 +13,6 @@ class FontFamily { /// Font family: 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 static const String radixIcons = 'RadixIcons'; } diff --git a/pubspec.yaml b/pubspec.yaml index 911f0962..41050675 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Open source Spotify client that doesn't require Premium nor uses El publish_to: "none" -version: 4.0.0+39 +version: 4.0.1+40 homepage: https://spotube.krtirtho.dev repository: https://github.com/KRTirtho/spotube