[PR #149] [MERGED] [core] Upgrade Flutter Version #149

Closed
opened 2025-10-31 16:58:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/149
Author: @ricoberger
Created: 2/25/2024
Status: Merged
Merged: 2/25/2024
Merged by: @ricoberger

Base: mainHead: core-upgrade-flutter-version-2024-02-25


📝 Commits (1)

  • f824f70 [core] Upgrade Flutter Version

📊 Changes

14 files changed (+199 additions, -186 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+7 -7)
📝 .github/workflows/continuous-integration.yaml (+1 -1)
📝 CONTRIBUTING.md (+4 -4)
📝 app/android/app/build.gradle (+7 -10)
📝 app/android/build.gradle (+0 -13)
📝 app/android/settings.gradle (+23 -8)
📝 app/ios/Podfile.lock (+15 -20)
📝 app/ios/Runner.xcodeproj/project.pbxproj (+1 -1)
📝 app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (+1 -1)
📝 app/macos/Podfile.lock (+15 -20)
📝 app/macos/Runner.xcodeproj/project.pbxproj (+1 -1)
📝 app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (+1 -1)
📝 app/pubspec.lock (+122 -98)
📝 app/pubspec.yaml (+1 -1)

📄 Description

Upgrade the used version of Flutter to 3.19.1 and all used packages to their latest version.

For the Android Version of the app, we also had to adjust some files, because of the "Deprecated imperative apply of Flutter's Gradle plugins". The steps we had to run for this can be found at https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/149 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 2/25/2024 **Status:** ✅ Merged **Merged:** 2/25/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-upgrade-flutter-version-2024-02-25` --- ### 📝 Commits (1) - [`f824f70`](https://github.com/feeddeck/feeddeck/commit/f824f702cf3d614edc0c9e897df9f876b8dba504) [core] Upgrade Flutter Version ### 📊 Changes **14 files changed** (+199 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/continuous-delivery.yaml` (+7 -7) 📝 `.github/workflows/continuous-integration.yaml` (+1 -1) 📝 `CONTRIBUTING.md` (+4 -4) 📝 `app/android/app/build.gradle` (+7 -10) 📝 `app/android/build.gradle` (+0 -13) 📝 `app/android/settings.gradle` (+23 -8) 📝 `app/ios/Podfile.lock` (+15 -20) 📝 `app/ios/Runner.xcodeproj/project.pbxproj` (+1 -1) 📝 `app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme` (+1 -1) 📝 `app/macos/Podfile.lock` (+15 -20) 📝 `app/macos/Runner.xcodeproj/project.pbxproj` (+1 -1) 📝 `app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme` (+1 -1) 📝 `app/pubspec.lock` (+122 -98) 📝 `app/pubspec.yaml` (+1 -1) </details> ### 📄 Description Upgrade the used version of Flutter to 3.19.1 and all used packages to their latest version. For the Android Version of the app, we also had to adjust some files, because of the "Deprecated imperative apply of Flutter's Gradle plugins". The steps we had to run for this can be found at https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:58:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#149