[PR #3767] [MERGED] chore(mobile): Bump to Flutter 3.13 #10113

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3767
Author: @martyfuhry
Created: 8/18/2023
Status: Merged
Merged: 8/19/2023
Merged by: @alextran1502

Base: mainHead: chore/bump-to-flutter-3-13


📝 Commits (10+)

📊 Changes

57 files changed (+370 additions, -313 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/.fvm/fvm_config.json (+1 -1)
📝 mobile/android/app/build.gradle (+1 -1)
📝 mobile/android/app/src/main/AndroidManifest.xml (+1 -1)
📝 mobile/ios/Podfile.lock (+13 -13)
📝 mobile/ios/Runner.xcodeproj/project.pbxproj (+1 -1)
📝 mobile/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (+1 -1)
📝 mobile/lib/main.dart (+4 -0)
📝 mobile/lib/modules/album/ui/album_thumbnail_listtile.dart (+3 -3)
📝 mobile/lib/modules/album/ui/album_viewer_appbar.dart (+1 -1)
📝 mobile/lib/modules/album/views/library_page.dart (+2 -2)
📝 mobile/lib/modules/album/views/select_additional_user_for_sharing_page.dart (+2 -2)
📝 mobile/lib/modules/album/views/select_user_for_sharing_page.dart (+2 -2)
📝 mobile/lib/modules/album/views/sharing_page.dart (+1 -1)
📝 mobile/lib/modules/archive/views/archive_page.dart (+2 -2)
📝 mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart (+1 -1)
📝 mobile/lib/modules/asset_viewer/ui/top_control_app_bar.dart (+1 -1)
📝 mobile/lib/modules/asset_viewer/views/video_viewer_page.dart (+7 -8)

...and 37 more files

📄 Description

  • Use Flutter 3.13.0
  • Ran fvm flutter pub upgrade
  • Updates permission status to include provisional
  • Updates App Lifecycle State to include hidden
  • Change to wakelock_plus

🔄 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/3767 **Author:** [@martyfuhry](https://github.com/martyfuhry) **Created:** 8/18/2023 **Status:** ✅ Merged **Merged:** 8/19/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/bump-to-flutter-3-13` --- ### 📝 Commits (10+) - [`505cd2d`](https://github.com/immich-app/immich/commit/505cd2da056200a0332348de51f87575e6d67972) Bump to Flutter 3.13.0 - [`d43d5fe`](https://github.com/immich-app/immich/commit/d43d5fe7afd1d0f6483d20601b1b672747308c81) Updates permission status - [`af2ad9b`](https://github.com/immich-app/immich/commit/af2ad9b9da13f95eebc2cecdfc2166cce61f5275) Adds hidden to app livecycle state - [`e58e651`](https://github.com/immich-app/immich/commit/e58e651553055faa5c49796cc5692a50395a3f8d) Updates and switches to WakelockPlus - [`70b3c63`](https://github.com/immich-app/immich/commit/70b3c63c623ef05b1ff6323c79a953696a92da82) bump flutter version github action - [`d4318a8`](https://github.com/immich-app/immich/commit/d4318a87f7c2d333cfbdfc276c398f3aceabe9c8) mobile test version - [`acc96f8`](https://github.com/immich-app/immich/commit/acc96f856a48a8c7fbf30864d93b3bf7b837c517) fix format - [`aebb633`](https://github.com/immich-app/immich/commit/aebb633a6486ad0dbc5944682e0ad0ab92b17bb1) video player - [`08505b6`](https://github.com/immich-app/immich/commit/08505b622eca5a10a359a2242576dc91b34eea14) video uri - [`9373297`](https://github.com/immich-app/immich/commit/93732976fdfcfa7ed9ba393b59e9d410e6926924) ios test ### 📊 Changes **57 files changed** (+370 additions, -313 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/.fvm/fvm_config.json` (+1 -1) 📝 `mobile/android/app/build.gradle` (+1 -1) 📝 `mobile/android/app/src/main/AndroidManifest.xml` (+1 -1) 📝 `mobile/ios/Podfile.lock` (+13 -13) 📝 `mobile/ios/Runner.xcodeproj/project.pbxproj` (+1 -1) 📝 `mobile/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme` (+1 -1) 📝 `mobile/lib/main.dart` (+4 -0) 📝 `mobile/lib/modules/album/ui/album_thumbnail_listtile.dart` (+3 -3) 📝 `mobile/lib/modules/album/ui/album_viewer_appbar.dart` (+1 -1) 📝 `mobile/lib/modules/album/views/library_page.dart` (+2 -2) 📝 `mobile/lib/modules/album/views/select_additional_user_for_sharing_page.dart` (+2 -2) 📝 `mobile/lib/modules/album/views/select_user_for_sharing_page.dart` (+2 -2) 📝 `mobile/lib/modules/album/views/sharing_page.dart` (+1 -1) 📝 `mobile/lib/modules/archive/views/archive_page.dart` (+2 -2) 📝 `mobile/lib/modules/asset_viewer/ui/exif_bottom_sheet.dart` (+1 -1) 📝 `mobile/lib/modules/asset_viewer/ui/top_control_app_bar.dart` (+1 -1) 📝 `mobile/lib/modules/asset_viewer/views/video_viewer_page.dart` (+7 -8) _...and 37 more files_ </details> ### 📄 Description - Use Flutter 3.13.0 - Ran `fvm flutter pub upgrade` - Updates permission status to include `provisional` - Updates App Lifecycle State to include `hidden` - Change to [wakelock_plus](https://pub.dev/packages/wakelock_plus) --- <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:16:11 +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#10113