[PR #70] [MERGED] [core] Update Flutter to Version 3.16.0 #74

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

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/70 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 11/24/2023 **Status:** ✅ Merged **Merged:** 11/24/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `update-flutter-to-3.16.0` --- ### 📝 Commits (1) - [`22967df`](https://github.com/feeddeck/feeddeck/commit/22967df0a62db4afa9977fc71ebe1dbaba79b023) [core] Update Flutter to Version 3.16.0 ### 📊 Changes **12 files changed** (+111 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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). <!-- 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:56:48 -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#74