mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #70] [MERGED] [core] Update Flutter to Version 3.16.0 #74
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/70
Author: @ricoberger
Created: 11/24/2023
Status: ✅ Merged
Merged: 11/24/2023
Merged by: @ricoberger
Base:
main← Head:update-flutter-to-3.16.0📝 Commits (1)
22967df[core] Update Flutter to Version 3.16.0📊 Changes
12 files changed (+111 additions, -104 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+4 -4)📝
CONTRIBUTING.md(+5 -5)➕
app/devtools_options.yaml(+1 -0)📝
app/ios/Podfile.lock(+9 -9)📝
app/lib/models/source.dart(+1 -1)📝
app/lib/utils/fd_icons.dart(+3 -6)📝
app/lib/widgets/deck/deck_layout_small.dart(+1 -0)📝
app/lib/widgets/general/elevated_button_progress_indicator.dart(+1 -1)📝
app/lib/widgets/settings/settings_info.dart(+1 -1)📝
app/macos/Podfile.lock(+8 -8)📝
app/pubspec.lock(+76 -68)📝
app/pubspec.yaml(+1 -1)📄 Description
Update the used Flutter version to 3.16.0 and all Flutter packages to their latest version.
This commit also fixes all of the newly added analysis options and the layout changes introduced with the new Flutter version (e.g. we have to set the "tabAlignment" property in the "TabBar" widget).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.