[PR #3936] [MERGED] chore: upgrade flutter 3.13.x #5957

Closed
opened 2026-03-23 22:21:04 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3936
Author: @LucasXu0
Created: 11/14/2023
Status: Merged
Merged: 11/14/2023
Merged by: @LucasXu0

Base: mainHead: upgrade_flutter_3_13_x


📝 Commits (8)

  • 8eb64fc feat: upgrade to flutter 3.13
  • 411a9d8 fix: flutter analyze issues
  • 42d1e97 chore: update CI flutter version
  • 4aa036e chore: update ios xcode proj
  • 950bb4d fix: looking up a deactivated widget's ancestor is unsafe
  • 770f108 chore: upgrade flutter emoji mart
  • e7e659c Merge branch 'main' into upgrade_flutter_3_13_x
  • 1979067 fix: ci tests

📊 Changes

116 files changed (+312 additions, -260 deletions)

View changed files

📝 .github/workflows/flutter_ci.yaml (+1 -1)
📝 .github/workflows/mobile_ci.yaml (+1 -1)
📝 .github/workflows/release.yml (+1 -1)
📝 .github/workflows/rust_coverage.yml (+1 -1)
📝 frontend/appflowy_flutter/README.md (+2 -2)
📝 frontend/appflowy_flutter/integration_test/database_share_test.dart (+3 -3)
📝 frontend/appflowy_flutter/integration_test/document/document_copy_and_paste_test.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/document/document_with_cover_image_test.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/util/editor_test_operations.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/util/emoji.dart (+1 -1)
📝 frontend/appflowy_flutter/integration_test/util/mock/mock_openai_repository.dart (+1 -1)
📝 frontend/appflowy_flutter/ios/Podfile.lock (+1 -1)
📝 frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj (+1 -1)
📝 frontend/appflowy_flutter/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item_body.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item_header.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/details_placeholder_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/favorite/mobile_favorite_folder.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart (+3 -3)

...and 80 more files

📄 Description

Feature Preview

  • upgrade to Flutter stable channel to fix some mobile issues.
  • adapt iOS 17

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/3936 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 11/14/2023 **Status:** ✅ Merged **Merged:** 11/14/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `upgrade_flutter_3_13_x` --- ### 📝 Commits (8) - [`8eb64fc`](https://github.com/AppFlowy-IO/AppFlowy/commit/8eb64fc7a81775b912e7c05ed23a3f031b976841) feat: upgrade to flutter 3.13 - [`411a9d8`](https://github.com/AppFlowy-IO/AppFlowy/commit/411a9d819c8ff870631699e18590c9f77484b5bf) fix: flutter analyze issues - [`42d1e97`](https://github.com/AppFlowy-IO/AppFlowy/commit/42d1e97402f8099c66a47557df2ea167c4035c00) chore: update CI flutter version - [`4aa036e`](https://github.com/AppFlowy-IO/AppFlowy/commit/4aa036ed8e93c636a3dce42e5e7879d65ce7c315) chore: update ios xcode proj - [`950bb4d`](https://github.com/AppFlowy-IO/AppFlowy/commit/950bb4d961d091c090c94a0079324e0043875e21) fix: looking up a deactivated widget's ancestor is unsafe - [`770f108`](https://github.com/AppFlowy-IO/AppFlowy/commit/770f1081ac2a6211c657c3edca0041d3973af386) chore: upgrade flutter emoji mart - [`e7e659c`](https://github.com/AppFlowy-IO/AppFlowy/commit/e7e659c32948728d0dfddb985d7013c538732372) Merge branch 'main' into upgrade_flutter_3_13_x - [`1979067`](https://github.com/AppFlowy-IO/AppFlowy/commit/197906708dc5a2acdb212ff7271a443622445aa9) fix: ci tests ### 📊 Changes **116 files changed** (+312 additions, -260 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/flutter_ci.yaml` (+1 -1) 📝 `.github/workflows/mobile_ci.yaml` (+1 -1) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.github/workflows/rust_coverage.yml` (+1 -1) 📝 `frontend/appflowy_flutter/README.md` (+2 -2) 📝 `frontend/appflowy_flutter/integration_test/database_share_test.dart` (+3 -3) 📝 `frontend/appflowy_flutter/integration_test/document/document_copy_and_paste_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/document/document_with_cover_image_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/util/editor_test_operations.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/util/emoji.dart` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/util/mock/mock_openai_repository.dart` (+1 -1) 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+1 -1) 📝 `frontend/appflowy_flutter/ios/Runner.xcodeproj/project.pbxproj` (+1 -1) 📝 `frontend/appflowy_flutter/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item_body.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item_header.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/details_placeholder_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/favorite/mobile_favorite_folder.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart` (+3 -3) _...and 80 more files_ </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - upgrade to Flutter stable channel to fix some mobile issues. - adapt iOS 17 <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21:04 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5957
No description provided.