[PR #189] [MERGED] [core] Update Flutter to Version 3.24.0 #186

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/189
Author: @ricoberger
Created: 8/9/2024
Status: Merged
Merged: 8/9/2024
Merged by: @ricoberger

Base: mainHead: update-flutter-to-3.24.0


📝 Commits (1)

  • df65e87 [core] Update Flutter to Version 3.24.0

📊 Changes

35 files changed (+186 additions, -161 deletions)

View changed files

📝 .github/workflows/continuous-delivery.yaml (+7 -7)
📝 .github/workflows/continuous-integration.yaml (+1 -1)
📝 CONTRIBUTING.md (+4 -4)
📝 app/lib/main.dart (+12 -14)
📝 app/lib/utils/constants.dart (+3 -5)
📝 app/lib/widgets/column/create/create_column.dart (+2 -0)
📝 app/lib/widgets/column/header/column_layout_header.dart (+2 -2)
📝 app/lib/widgets/column/header/column_layout_header_settings_sources.dart (+2 -0)
📝 app/lib/widgets/column/search/column_layout_search.dart (+1 -1)
📝 app/lib/widgets/confirmation/confirmation.dart (+6 -0)
📝 app/lib/widgets/deck/actions/create_deck.dart (+6 -0)
📝 app/lib/widgets/deck/actions/select_deck.dart (+1 -1)
📝 app/lib/widgets/deck/deck_layout_large.dart (+1 -1)
📝 app/lib/widgets/deck/deck_layout_small.dart (+2 -2)
📝 app/lib/widgets/fogot_password/fogot_password.dart (+2 -0)
📝 app/lib/widgets/home/home.dart (+15 -13)
📝 app/lib/widgets/item/details/item_details.dart (+2 -0)
📝 app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_seekbar.dart (+1 -1)
📝 app/lib/widgets/item/details/utils/item_videos.dart (+1 -1)
📝 app/lib/widgets/item/preview/utils/item_actions.dart (+1 -1)

...and 15 more files

📄 Description

Update Flutter to Version 3.24.0 and replace the deprecated background and onBackground colors with surface and onSurface. Within this migration we also adjusted the onSecondary color, so that the apps look as before the update.


🔄 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/189 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 8/9/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `update-flutter-to-3.24.0` --- ### 📝 Commits (1) - [`df65e87`](https://github.com/feeddeck/feeddeck/commit/df65e872411ffb65d30d80ab1172da000e944b07) [core] Update Flutter to Version 3.24.0 ### 📊 Changes **35 files changed** (+186 additions, -161 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/lib/main.dart` (+12 -14) 📝 `app/lib/utils/constants.dart` (+3 -5) 📝 `app/lib/widgets/column/create/create_column.dart` (+2 -0) 📝 `app/lib/widgets/column/header/column_layout_header.dart` (+2 -2) 📝 `app/lib/widgets/column/header/column_layout_header_settings_sources.dart` (+2 -0) 📝 `app/lib/widgets/column/search/column_layout_search.dart` (+1 -1) 📝 `app/lib/widgets/confirmation/confirmation.dart` (+6 -0) 📝 `app/lib/widgets/deck/actions/create_deck.dart` (+6 -0) 📝 `app/lib/widgets/deck/actions/select_deck.dart` (+1 -1) 📝 `app/lib/widgets/deck/deck_layout_large.dart` (+1 -1) 📝 `app/lib/widgets/deck/deck_layout_small.dart` (+2 -2) 📝 `app/lib/widgets/fogot_password/fogot_password.dart` (+2 -0) 📝 `app/lib/widgets/home/home.dart` (+15 -13) 📝 `app/lib/widgets/item/details/item_details.dart` (+2 -0) 📝 `app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_seekbar.dart` (+1 -1) 📝 `app/lib/widgets/item/details/utils/item_videos.dart` (+1 -1) 📝 `app/lib/widgets/item/preview/utils/item_actions.dart` (+1 -1) _...and 15 more files_ </details> ### 📄 Description Update Flutter to Version 3.24.0 and replace the deprecated `background` and `onBackground` colors with `surface` and `onSurface`. Within this migration we also adjusted the `onSecondary` color, so that the apps look as before the update. <!-- 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:59:03 -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#186