mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #29] [MERGED] [core] Update Flutter to v3.13.7 #35
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/29
Author: @ricoberger
Created: 10/13/2023
Status: ✅ Merged
Merged: 10/13/2023
Merged by: @ricoberger
Base:
main← Head:update-flutter-to-3.13.7📝 Commits (1)
0534cf2[core] Update Flutter to v3.13.7📊 Changes
26 files changed (+261 additions, -264 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+4 -4)📝
CONTRIBUTING.md(+4 -4)📝
app/android/build.gradle(+1 -1)📝
app/ios/Podfile(+1 -1)📝
app/ios/Podfile.lock(+17 -17)📝
app/ios/Runner.xcodeproj/project.pbxproj(+2 -1)📝
app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme(+1 -1)📝
app/lib/models/profile.dart(+2 -1)📝
app/lib/repositories/app_repository.dart(+1 -1)📝
app/lib/repositories/profile_repository.dart(+1 -1)📝
app/lib/widgets/column/header/column_layout_header_settings.dart(+1 -1)📝
app/lib/widgets/column/header/column_layout_header_settings_delete_column.dart(+1 -0)📝
app/lib/widgets/item/details/item_details_mastodon.dart(+1 -1)📝
app/lib/widgets/item/details/utils/item_media_gallery.dart(+2 -2)📝
app/lib/widgets/item/preview/utils/item_media_gallery.dart(+2 -2)📝
app/lib/widgets/settings/premium/settings_premium.dart(+3 -3)📝
app/lib/widgets/settings/profile/settings_profile.dart(+2 -2)📝
app/lib/widgets/settings/profile/settings_profile_open_web_app.dart(+1 -0)📝
app/lib/widgets/settings/settings.dart(+2 -2)📝
app/lib/widgets/source/source_list_item.dart(+1 -0)...and 6 more files
📄 Description
Update the used Flutter version to 3.13.7 and update all Flutter packages to their latest version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.