[PR #7230] [MERGED] chore: upgrade to Flutter 3.27.4 #7797

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7230
Author: @LucasXu0
Created: 1/17/2025
Status: Merged
Merged: 2/7/2025
Merged by: @LucasXu0

Base: mainHead: flutter_3_27_2


📝 Commits (10+)

  • 4053a9c chore: upgrade to Flutter 3.27.2
  • 93b2a54 chore: use default pub version
  • cecfaa0 fix: flutter analyze
  • d1fde86 chore: upgrade pub deps
  • 2fe7dfe Merge branch 'main' into flutter_3_27_2
  • 700cc0c chore: downgrade sentry flutter
  • d25b0dc Merge branch 'main' into flutter_3_27_2
  • 653835f chore: merge remote-tracking branch 'upstream/main' into this one
  • 78f8fca chore: downgrade percent indicator
  • 55af5f9 chore: merge remote-tracking branch 'upstream/main' into this one

📊 Changes

132 files changed (+636 additions, -506 deletions)

View changed files

📝 .github/workflows/android_ci.yaml.bak (+1 -1)
📝 .github/workflows/flutter_ci.yaml (+11 -11)
📝 .github/workflows/ios_ci.yaml (+1 -1)
📝 .github/workflows/release.yml (+11 -11)
📝 .github/workflows/rust_coverage.yml (+1 -1)
📝 codemagic.yaml (+1 -1)
📝 frontend/appflowy_flutter/integration_test/shared/emoji.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/ai/widgets/prompt_input/mention_page_menu.dart (+3 -1)
📝 frontend/appflowy_flutter/lib/env/cloud_env.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/flutter/af_dropdown_menu.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/app_bar_buttons.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_transition_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_page.dart (+9 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart (+2 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_quick_actions.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_trash_page.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/mobile_recent_view.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/tab/ai_bubble_button.dart (+3 -3)

...and 80 more files

📄 Description

Feature Preview

The upgrade to Flutter 3.27 broke many tests. Don't merge it into version 0.8.2 because it may cause unpredictable issues.

# Don't merge it. We need to build a package first and ask the user to help test if it works.

There was an issue with the Windows black screen reported multiple times by AppFlowy users. Try upgrading to Flutter 3.27 to see if it resolves the problem, as stated in the issue link below. The Flutter team has fixed this issue in the latest version of Flutter.

https://github.com/flutter/flutter/issues/150546


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/7230 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 2/7/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `flutter_3_27_2` --- ### 📝 Commits (10+) - [`4053a9c`](https://github.com/AppFlowy-IO/AppFlowy/commit/4053a9c53a7f5927f05b1e13d70ba8d8841868cd) chore: upgrade to Flutter 3.27.2 - [`93b2a54`](https://github.com/AppFlowy-IO/AppFlowy/commit/93b2a543dc6ce8ee377385f4e14f1e3720bf7eca) chore: use default pub version - [`cecfaa0`](https://github.com/AppFlowy-IO/AppFlowy/commit/cecfaa07840025969890b3b919ec3ac875b0589e) fix: flutter analyze - [`d1fde86`](https://github.com/AppFlowy-IO/AppFlowy/commit/d1fde86aad51b9ff23da9ed625453e58ff32ae2e) chore: upgrade pub deps - [`2fe7dfe`](https://github.com/AppFlowy-IO/AppFlowy/commit/2fe7dfe42ba3515bb0f74c74ec84f85600e07ab9) Merge branch 'main' into flutter_3_27_2 - [`700cc0c`](https://github.com/AppFlowy-IO/AppFlowy/commit/700cc0cb75ba0c0ed530098b2e138dbfca7ed416) chore: downgrade sentry flutter - [`d25b0dc`](https://github.com/AppFlowy-IO/AppFlowy/commit/d25b0dc6e52801c42dd36fff743297351c6e49f0) Merge branch 'main' into flutter_3_27_2 - [`653835f`](https://github.com/AppFlowy-IO/AppFlowy/commit/653835f93645c2b2eff717e7e504ae57257997c0) chore: merge remote-tracking branch 'upstream/main' into this one - [`78f8fca`](https://github.com/AppFlowy-IO/AppFlowy/commit/78f8fcacaa189ddabb7d3f84db15e0d232723a14) chore: downgrade percent indicator - [`55af5f9`](https://github.com/AppFlowy-IO/AppFlowy/commit/55af5f90c47d89c274cf810b338d1a0353fcee12) chore: merge remote-tracking branch 'upstream/main' into this one ### 📊 Changes **132 files changed** (+636 additions, -506 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/android_ci.yaml.bak` (+1 -1) 📝 `.github/workflows/flutter_ci.yaml` (+11 -11) 📝 `.github/workflows/ios_ci.yaml` (+1 -1) 📝 `.github/workflows/release.yml` (+11 -11) 📝 `.github/workflows/rust_coverage.yml` (+1 -1) 📝 `codemagic.yaml` (+1 -1) 📝 `frontend/appflowy_flutter/integration_test/shared/emoji.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/ai/widgets/prompt_input/mention_page_menu.dart` (+3 -1) 📝 `frontend/appflowy_flutter/lib/env/cloud_env.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/flutter/af_dropdown_menu.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/view_page/app_bar_buttons.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_transition_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_page.dart` (+9 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart` (+2 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_quick_actions.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_trash_page.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/mobile_recent_view.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/tab/ai_bubble_button.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 # The upgrade to Flutter 3.27 broke many tests. Don't merge it into version **0.8.2** because it may cause unpredictable issues. ~~# Don't merge it. We need to build a package first and ask the user to help test if it works.~~ There was an issue with the Windows black screen reported multiple times by AppFlowy users. Try upgrading to Flutter 3.27 to see if it resolves the problem, as stated in the issue link below. The Flutter team has fixed this issue in the latest version of Flutter. https://github.com/flutter/flutter/issues/150546 <!--- 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 - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] 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 23:21:14 +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#7797
No description provided.