[PR #506] [MERGED] chore: upgrade to flutter 3.0 #4158

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/506
Author: @appflowy
Created: 5/25/2022
Status: Merged
Merged: 5/25/2022
Merged by: @appflowy

Base: mainHead: flutter_3.0


📝 Commits (4)

  • 2698fb4 chore: upgrade to flutter 3.0
  • ef2e9cb chore: update flutter version in ci
  • 8961238 chore: update flutter sdk version
  • aad33f6 chore: update flutter toolchain version to flutter 3.0

📊 Changes

16 files changed (+163 additions, -122 deletions)

View changed files

📝 .github/workflows/ci.yaml (+1 -0)
📝 .github/workflows/dart_lint.yml (+1 -1)
📝 .github/workflows/dart_test.yml (+1 -0)
📝 .github/workflows/release.yml (+2 -0)
📝 frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart (+3 -2)
📝 frontend/app_flowy/lib/workspace/application/app/app_bloc.dart (+2 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/cell/select_option_editor_bloc.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/application/grid/grid_service.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/section.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/tool_bar.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/emoji_picker/src/emoji_picker.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart (+3 -2)
📝 frontend/app_flowy/linux/flutter/generated_plugins.cmake (+8 -0)
📝 frontend/app_flowy/macos/Runner.xcodeproj/project.pbxproj (+3 -0)
📝 frontend/app_flowy/pubspec.lock (+129 -108)
📝 frontend/app_flowy/pubspec.yaml (+3 -3)

📄 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/506 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/25/2022 **Status:** ✅ Merged **Merged:** 5/25/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `flutter_3.0` --- ### 📝 Commits (4) - [`2698fb4`](https://github.com/AppFlowy-IO/AppFlowy/commit/2698fb43ad8832a3c99bf2859431a93e170a9b3d) chore: upgrade to flutter 3.0 - [`ef2e9cb`](https://github.com/AppFlowy-IO/AppFlowy/commit/ef2e9cb57ee87b0e0250f061898f643d2c57ec81) chore: update flutter version in ci - [`8961238`](https://github.com/AppFlowy-IO/AppFlowy/commit/896123860dd45bfa652226d3e4805f4c8c818de3) chore: update flutter sdk version - [`aad33f6`](https://github.com/AppFlowy-IO/AppFlowy/commit/aad33f6746ac916134099891a5dbc2bcbeaecc91) chore: update flutter toolchain version to flutter 3.0 ### 📊 Changes **16 files changed** (+163 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+1 -0) 📝 `.github/workflows/dart_lint.yml` (+1 -1) 📝 `.github/workflows/dart_test.yml` (+1 -0) 📝 `.github/workflows/release.yml` (+2 -0) 📝 `frontend/app_flowy/lib/user/presentation/skip_log_in_screen.dart` (+3 -2) 📝 `frontend/app_flowy/lib/workspace/application/app/app_bloc.dart` (+2 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/cell/select_option_editor_bloc.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/application/grid/grid_service.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/section.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/tool_bar.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/emoji_picker/src/emoji_picker.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart` (+3 -2) 📝 `frontend/app_flowy/linux/flutter/generated_plugins.cmake` (+8 -0) 📝 `frontend/app_flowy/macos/Runner.xcodeproj/project.pbxproj` (+3 -0) 📝 `frontend/app_flowy/pubspec.lock` (+129 -108) 📝 `frontend/app_flowy/pubspec.yaml` (+3 -3) </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 21:36:33 +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#4158
No description provided.