mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-08 22:52:02 -05:00
[PR #189] [MERGED] [core] Update Flutter to Version 3.24.0 #186
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/189
Author: @ricoberger
Created: 8/9/2024
Status: ✅ Merged
Merged: 8/9/2024
Merged by: @ricoberger
Base:
main← Head: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
backgroundandonBackgroundcolors withsurfaceandonSurface. Within this migration we also adjusted theonSecondarycolor, 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.