mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #149] [MERGED] [core] Upgrade Flutter Version #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head: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.