[PR #244] [MERGED] Fix Flutter Deprecations #234

Closed
opened 2025-10-31 17:00:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/244
Author: @ricoberger
Created: 4/19/2025
Status: Merged
Merged: 4/19/2025
Merged by: @ricoberger

Base: mainHead: fix-flutter-deprecations


📝 Commits (1)

📊 Changes

8 files changed (+42 additions, -83 deletions)

View changed files

📝 app/lib/widgets/deck/deck_layout_small.dart (+27 -46)
📝 app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_init/item_audio_player_init.dart (+0 -2)
📝 app/lib/widgets/item/details/utils/item_piped/item_piped_video.dart (+0 -2)
📝 app/lib/widgets/item/details/utils/item_piped/item_piped_video_web.dart (+4 -9)
📝 app/lib/widgets/item/details/utils/item_youtube/item_youtube_video.dart (+0 -2)
📝 app/lib/widgets/item/details/utils/item_youtube/item_youtube_video_web.dart (+6 -17)
📝 app/pubspec.lock (+3 -3)
📝 app/pubspec.yaml (+2 -2)

📄 Description

  • Change surfaceVariant to surfaceContainerHighest
  • Remove library statement
  • Migrate from dart:html to package:web/web.dart

🔄 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/244 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 4/19/2025 **Status:** ✅ Merged **Merged:** 4/19/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `fix-flutter-deprecations` --- ### 📝 Commits (1) - [`76b0e28`](https://github.com/feeddeck/feeddeck/commit/76b0e28fb45e7df1c3f756b4cd3895dee22421cb) Fix Flutter Deprecations ### 📊 Changes **8 files changed** (+42 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/widgets/deck/deck_layout_small.dart` (+27 -46) 📝 `app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_init/item_audio_player_init.dart` (+0 -2) 📝 `app/lib/widgets/item/details/utils/item_piped/item_piped_video.dart` (+0 -2) 📝 `app/lib/widgets/item/details/utils/item_piped/item_piped_video_web.dart` (+4 -9) 📝 `app/lib/widgets/item/details/utils/item_youtube/item_youtube_video.dart` (+0 -2) 📝 `app/lib/widgets/item/details/utils/item_youtube/item_youtube_video_web.dart` (+6 -17) 📝 `app/pubspec.lock` (+3 -3) 📝 `app/pubspec.yaml` (+2 -2) </details> ### 📄 Description - Change `surfaceVariant` to `surfaceContainerHighest` - Remove `library` statement - Migrate from `dart:html` to `package:web/web.dart` <!-- 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 17:00:09 -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#234