[PR #2000] [MERGED] chore(appflowy_flutter): update to Flutter 3.7.5 #5060

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2000
Author: @hyj1204
Created: 3/15/2023
Status: Merged
Merged: 4/4/2023
Merged by: @appflowy

Base: mainHead: flutter_3_7_5


📝 Commits (10+)

  • 3c3b28d chore: upgrade appflowy_editor_plugins and flowy_infra
  • 0ecf9ec feat(appflowy_flutter): upgrade dependence and delete unused import files
  • 1c18565 fix(appflowy_flutter): fix SvgPicture upgrade issue
  • 3b7f416 feat(appflowy_editor): updateflutter_svg version
  • 85cb1d3 chore: flutter analyze
  • bdd0de5 chore: update to 3.7.5 in github action
  • b4ef37d chore: update to 3.7.5 in github action(integration test)
  • d23f8ea chore: update appflowy_editor to 0.1.2
  • 3259363 chore: delete appflowy_editor_test.yml under appflowy
  • 00985e8 chore: update the flutter version in github action

📊 Changes

40 files changed (+537 additions, -427 deletions)

View changed files

📝 .github/workflows/flutter_ci.yaml (+1 -1)
📝 .github/workflows/integration_test.yml (+14 -19)
📝 .github/workflows/release.yml (+1 -1)
📝 .github/workflows/rust_ci.yaml (+1 -1)
📝 .github/workflows/rust_coverage.yml (+1 -1)
📝 frontend/appflowy_flutter/README.md (+10 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_action_sheet_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_editor_bloc.dart (+1 -8)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/date_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/edit_select_option_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/number_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/number_format_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/select_option_type_option_bloc.dart (+0 -5)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/setting/setting_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/board/application/toolbar/board_setting_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_setting_bloc.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/application/filter/select_option_filter_list_bloc.dart (+0 -7)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/application/grid_header_bloc.dart (+0 -5)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/row_action_sheet_bloc.dart (+0 -6)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/base/link_to_page_widget.dart (+1 -1)

...and 20 more files

📄 Description

  • run flutter pub upgrade --major-versions and update dependencies version
  • Due to color is deprecated in flutter_svg package, update it with
colorFilter:
           color != null ? ColorFilter.mode(color!, BlendMode.srcIn) : null,
  • Delete unnecessary code, deprecated field and formatting code

This PR followed the work in #1990
Fixes #1954


🔄 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/2000 **Author:** [@hyj1204](https://github.com/hyj1204) **Created:** 3/15/2023 **Status:** ✅ Merged **Merged:** 4/4/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `flutter_3_7_5` --- ### 📝 Commits (10+) - [`3c3b28d`](https://github.com/AppFlowy-IO/AppFlowy/commit/3c3b28db2927f195fc053d8b130c20c8fb9b1fb9) chore: upgrade appflowy_editor_plugins and flowy_infra - [`0ecf9ec`](https://github.com/AppFlowy-IO/AppFlowy/commit/0ecf9ec9234625b2499732749512f2c69ca32192) feat(appflowy_flutter): upgrade dependence and delete unused import files - [`1c18565`](https://github.com/AppFlowy-IO/AppFlowy/commit/1c185652c64f77276befc2b73c1e51f909bc1154) fix(appflowy_flutter): fix SvgPicture upgrade issue - [`3b7f416`](https://github.com/AppFlowy-IO/AppFlowy/commit/3b7f416904fd22ed9e816bfd4c61ffb858270d19) feat(appflowy_editor): updateflutter_svg version - [`85cb1d3`](https://github.com/AppFlowy-IO/AppFlowy/commit/85cb1d329bf5ce0d95dd3ed93cead893835a6741) chore: flutter analyze - [`bdd0de5`](https://github.com/AppFlowy-IO/AppFlowy/commit/bdd0de51cf20c2d3dfd78cda332ef331487e86a5) chore: update to 3.7.5 in github action - [`b4ef37d`](https://github.com/AppFlowy-IO/AppFlowy/commit/b4ef37d20cea0c930c42452a4d81bbb8c0dfc81f) chore: update to 3.7.5 in github action(integration test) - [`d23f8ea`](https://github.com/AppFlowy-IO/AppFlowy/commit/d23f8ea9144c3db85ae37246bc2c2a510c6b1d3e) chore: update appflowy_editor to 0.1.2 - [`3259363`](https://github.com/AppFlowy-IO/AppFlowy/commit/32593634a2036ca303cb3f9ecc6941f511e1b194) chore: delete appflowy_editor_test.yml under appflowy - [`00985e8`](https://github.com/AppFlowy-IO/AppFlowy/commit/00985e8a616d5005d4f25e9263d0788fdb33cecb) chore: update the flutter version in github action ### 📊 Changes **40 files changed** (+537 additions, -427 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/flutter_ci.yaml` (+1 -1) 📝 `.github/workflows/integration_test.yml` (+14 -19) 📝 `.github/workflows/release.yml` (+1 -1) 📝 `.github/workflows/rust_ci.yaml` (+1 -1) 📝 `.github/workflows/rust_coverage.yml` (+1 -1) 📝 `frontend/appflowy_flutter/README.md` (+10 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_action_sheet_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/field_editor_bloc.dart` (+1 -8) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/date_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/edit_select_option_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/number_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/number_format_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/field/type_option/select_option_type_option_bloc.dart` (+0 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/setting/setting_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/board/application/toolbar/board_setting_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_setting_bloc.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/application/filter/select_option_filter_list_bloc.dart` (+0 -7) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/application/grid_header_bloc.dart` (+0 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/row_action_sheet_bloc.dart` (+0 -6) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/base/link_to_page_widget.dart` (+1 -1) _...and 20 more files_ </details> ### 📄 Description - [X] run `flutter pub upgrade --major-versions` and update dependencies version - [X] Due to `color` is deprecated in `flutter_svg` package, update it with ``` colorFilter: color != null ? ColorFilter.mode(color!, BlendMode.srcIn) : null, ``` - [X] Delete unnecessary code, deprecated field and formatting code This PR followed the work in #1990 Fixes #1954 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:02 +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#5060
No description provided.