[PR #6677] [MERGED] deps(mobile): flutter 3.16 #11295

Closed
opened 2026-02-05 14:36:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6677
Author: @shenlong-tanwen
Created: 1/27/2024
Status: Merged
Merged: 1/27/2024
Merged by: @alextran1502

Base: mainHead: deps/mobile-flutter-3.16


📝 Commits (5)

  • ed5479e dep(mobile): update flutter and deps
  • 7817ebd chore: dart analyzer
  • 82304b8 chore: update flutter workflow version
  • 0db7d68 chore: dart format
  • 42ade92 fix: gallery_viewer PopScope

📊 Changes

116 files changed (+627 additions, -624 deletions)

View changed files

📝 .github/workflows/build-mobile.yml (+1 -1)
📝 .github/workflows/static_analysis.yml (+1 -1)
📝 .github/workflows/test.yml (+1 -1)
📝 mobile/.fvmrc (+1 -1)
📝 mobile/.vscode/settings.json (+1 -1)
📝 mobile/android/app/build.gradle (+1 -1)
📝 mobile/integration_test/test_utils/login_helper.dart (+8 -5)
📝 mobile/lib/modules/activities/providers/activity.provider.g.dart (+2 -2)
📝 mobile/lib/modules/album/ui/add_to_album_bottom_sheet.dart (+2 -2)
📝 mobile/lib/modules/album/ui/add_to_album_sliverlist.dart (+2 -2)
📝 mobile/lib/modules/album/ui/album_action_outlined_button.dart (+2 -2)
📝 mobile/lib/modules/album/ui/album_thumbnail_card.dart (+2 -2)
📝 mobile/lib/modules/album/ui/album_thumbnail_listtile.dart (+2 -2)
📝 mobile/lib/modules/album/ui/album_title_text_field.dart (+2 -2)
📝 mobile/lib/modules/album/ui/album_viewer_appbar.dart (+2 -2)
📝 mobile/lib/modules/album/ui/album_viewer_editable_title.dart (+2 -2)
📝 mobile/lib/modules/album/ui/shared_album_thumbnail_image.dart (+1 -2)
📝 mobile/lib/modules/album/views/album_viewer_page.dart (+1 -1)
📝 mobile/lib/modules/album/views/asset_selection_page.dart (+2 -2)
📝 mobile/lib/modules/album/views/create_album_page.dart (+2 -2)

...and 80 more files

📄 Description

Changes made

  • updates flutter sdk to the latest stable (> 3.16)
  • updates mobile app pub deps
  • handles new lints

🔄 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/immich-app/immich/pull/6677 **Author:** [@shenlong-tanwen](https://github.com/shenlong-tanwen) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `deps/mobile-flutter-3.16` --- ### 📝 Commits (5) - [`ed5479e`](https://github.com/immich-app/immich/commit/ed5479e84763eef69cb661a5b8c64dc673171856) dep(mobile): update flutter and deps - [`7817ebd`](https://github.com/immich-app/immich/commit/7817ebd77070d288319c8f7aa04e7a53998b30d9) chore: dart analyzer - [`82304b8`](https://github.com/immich-app/immich/commit/82304b843aad36902a3d32ffa5f6ac4254d3b3c4) chore: update flutter workflow version - [`0db7d68`](https://github.com/immich-app/immich/commit/0db7d68c59261715add0b39f117948b01a5e7bb2) chore: dart format - [`42ade92`](https://github.com/immich-app/immich/commit/42ade92063d6fa80959c22a76d33270d8d310210) fix: gallery_viewer PopScope ### 📊 Changes **116 files changed** (+627 additions, -624 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-mobile.yml` (+1 -1) 📝 `.github/workflows/static_analysis.yml` (+1 -1) 📝 `.github/workflows/test.yml` (+1 -1) 📝 `mobile/.fvmrc` (+1 -1) 📝 `mobile/.vscode/settings.json` (+1 -1) 📝 `mobile/android/app/build.gradle` (+1 -1) 📝 `mobile/integration_test/test_utils/login_helper.dart` (+8 -5) 📝 `mobile/lib/modules/activities/providers/activity.provider.g.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/add_to_album_bottom_sheet.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/add_to_album_sliverlist.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/album_action_outlined_button.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/album_thumbnail_card.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/album_thumbnail_listtile.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/album_title_text_field.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/album_viewer_appbar.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/album_viewer_editable_title.dart` (+2 -2) 📝 `mobile/lib/modules/album/ui/shared_album_thumbnail_image.dart` (+1 -2) 📝 `mobile/lib/modules/album/views/album_viewer_page.dart` (+1 -1) 📝 `mobile/lib/modules/album/views/asset_selection_page.dart` (+2 -2) 📝 `mobile/lib/modules/album/views/create_album_page.dart` (+2 -2) _...and 80 more files_ </details> ### 📄 Description #### Changes made - updates flutter sdk to the latest stable (> 3.16) - updates mobile app pub deps - handles new lints --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:36:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11295