[PR #1551] [MERGED] upgrade minimum support flutter version, >= 3.3.0 #4816

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1551
Author: @LucasXu0
Created: 12/8/2022
Status: Merged
Merged: 1/1/2023
Merged by: @appflowy

Base: mainHead: flutter_3_3_0


📝 Commits (10+)

  • fb67f7a feat: upgrade flutter version to 3.3.0 for appflowy_editor and appflowy_editor_plugin
  • 9c7b13f feat: upgrade flutter version to 3.3.0 for appflowy
  • e8ce4dc feat: upgrade flutter version to 3.3.0 for CI
  • 0bcbdc9 Merge branch 'main' into flutter_3_3_0
  • 41a46a4 chore: update flutter version in ci workflows
  • 8529184 chore: fix warnings
  • 83352e1 chore: fix unuse import
  • 3b11f44 chore: support cargo make dart_unit_test on windows platform
  • f5c99fb Merge branch 'main' into flutter_3_3_0
  • ac30d39 Merge branch 'main' into flutter_3_3_0

📊 Changes

26 files changed (+206 additions, -96 deletions)

View changed files

📝 .github/workflows/appflowy_editor_test.yml (+1 -1)
📝 .github/workflows/ci.yaml (+1 -1)
📝 .github/workflows/dart_lint.yml (+1 -1)
📝 .github/workflows/dart_test.yml (+1 -1)
📝 .github/workflows/integration_test.yml (+1 -1)
📝 .github/workflows/release.yml (+4 -4)
📝 .github/workflows/rust_coverage.yml (+1 -1)
📝 .github/workflows/rust_lint.yml (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+0 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/date_cal_bloc.dart (+4 -3)
📝 frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart (+0 -1)
📝 frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_user_view.dart (+34 -26)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/rendering/board_overlay.dart (+0 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/input_service.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/scroll_service.dart (+8 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection/selection_gesture.dart (+8 -1)
📝 frontend/app_flowy/packages/appflowy_editor/pubspec.yaml (+2 -2)
📝 frontend/app_flowy/packages/appflowy_editor/test/legacy/undo_manager_test.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/code_block/code_block_node_widget.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor_plugins/pubspec.yaml (+2 -2)

...and 6 more files

📄 Description

No description provided


🔄 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/1551 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 12/8/2022 **Status:** ✅ Merged **Merged:** 1/1/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `flutter_3_3_0` --- ### 📝 Commits (10+) - [`fb67f7a`](https://github.com/AppFlowy-IO/AppFlowy/commit/fb67f7a51cf2529c6ee768a30b8dbe132cd9600a) feat: upgrade flutter version to 3.3.0 for appflowy_editor and appflowy_editor_plugin - [`9c7b13f`](https://github.com/AppFlowy-IO/AppFlowy/commit/9c7b13fc45ff28ece78176eb0cc0651f82be2d83) feat: upgrade flutter version to 3.3.0 for appflowy - [`e8ce4dc`](https://github.com/AppFlowy-IO/AppFlowy/commit/e8ce4dc822920fb82d5c2670375b8655e0b8ba6d) feat: upgrade flutter version to 3.3.0 for CI - [`0bcbdc9`](https://github.com/AppFlowy-IO/AppFlowy/commit/0bcbdc9e9bac34d2d09797c4488a4cbf343a29bd) Merge branch 'main' into flutter_3_3_0 - [`41a46a4`](https://github.com/AppFlowy-IO/AppFlowy/commit/41a46a48824d921f577501836c559fbd0def7066) chore: update flutter version in ci workflows - [`8529184`](https://github.com/AppFlowy-IO/AppFlowy/commit/8529184f9469acf076414137cd10fc57c2137580) chore: fix warnings - [`83352e1`](https://github.com/AppFlowy-IO/AppFlowy/commit/83352e11af140fc80fede7a33c587774e9ac4d64) chore: fix unuse import - [`3b11f44`](https://github.com/AppFlowy-IO/AppFlowy/commit/3b11f4416eab153000922e35b212b22b1c74bb61) chore: support cargo make dart_unit_test on windows platform - [`f5c99fb`](https://github.com/AppFlowy-IO/AppFlowy/commit/f5c99fbf2cc6b9c06c84e2189be4d0bef8028c77) Merge branch 'main' into flutter_3_3_0 - [`ac30d39`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac30d39d58c2e333dd258165b1338b7c09ac581b) Merge branch 'main' into flutter_3_3_0 ### 📊 Changes **26 files changed** (+206 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/appflowy_editor_test.yml` (+1 -1) 📝 `.github/workflows/ci.yaml` (+1 -1) 📝 `.github/workflows/dart_lint.yml` (+1 -1) 📝 `.github/workflows/dart_test.yml` (+1 -1) 📝 `.github/workflows/integration_test.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+4 -4) 📝 `.github/workflows/rust_coverage.yml` (+1 -1) 📝 `.github/workflows/rust_lint.yml` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+0 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/date_cal_bloc.dart` (+4 -3) 📝 `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_file_customize_location_view.dart` (+0 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/settings/widgets/settings_user_view.dart` (+34 -26) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/rendering/board_overlay.dart` (+0 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/input_service.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/scroll_service.dart` (+8 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection/selection_gesture.dart` (+8 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/pubspec.yaml` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/test/legacy/undo_manager_test.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/code_block/code_block_node_widget.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor_plugins/pubspec.yaml` (+2 -2) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:57 +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#4816
No description provided.