mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[PR #3394] [CLOSED] chore: upgrade to flutter 3.13.0 #5709
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#5709
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3394
Author: @LucasXu0
Created: 9/13/2023
Status: ❌ Closed
Base:
main← Head:upgrade_flutter_3130📝 Commits (10+)
f1ed66bfix: missing a required trailing comma76f37e1feat: support customizing the rename dialog when creating viewe5617ddfix: scroll animation of outline is too slow9de959bfix: align toolbar item color and size doesn't match the theme599da94chore: upgrade editor version40eac42chore: upgrade CI flutter version to 3.13.0cbd5f75Update frontend/appflowy_flutter/lib/workspace/application/settings/create_file_settings_cubit.dartd042d8bfeat: add more flutter linter rules80554b8chore: format code1605463Merge branch 'main' into upgrade_flutter_3130📊 Changes
200 files changed (+933 additions, -764 deletions)
View changed files
📝
.github/workflows/flutter_ci.yaml(+1 -1)📝
.github/workflows/integration_test.yml(+1 -1)📝
.github/workflows/release.yml(+2 -2)📝
.github/workflows/rust_coverage.yml(+1 -1)📝
frontend/appflowy_flutter/README.md(+1 -1)📝
frontend/appflowy_flutter/analysis_options.yaml(+10 -0)📝
frontend/appflowy_flutter/integration_test/appearance_settings_test.dart(+2 -1)📝
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/util/common_operations.dart(+3 -0)📝
frontend/appflowy_flutter/integration_test/util/mock/mock_openai_repository.dart(+8 -3)📝
frontend/appflowy_flutter/lib/core/config/kv.dart(+28 -0)📝
frontend/appflowy_flutter/lib/core/config/kv_keys.dart(+6 -0)📝
frontend/appflowy_flutter/lib/core/frameless_window.dart(+5 -4)📝
frontend/appflowy_flutter/lib/core/notification/document_notification.dart(+2 -4)📝
frontend/appflowy_flutter/lib/core/notification/folder_notification.dart(+2 -4)📝
frontend/appflowy_flutter/lib/core/notification/grid_notification.dart(+2 -4)📝
frontend/appflowy_flutter/lib/core/notification/user_notification.dart(+2 -4)📝
frontend/appflowy_flutter/lib/mobile/presentation/mobile_home_page.dart(+1 -1)📝
frontend/appflowy_flutter/lib/plugins/blank/blank.dart(+6 -6)...and 80 more files
📄 Description
Feature Preview
the text-align toolbar item is too small.


before
after
the scroll behavior of the outline plugin is too slow.
https://github.com/AppFlowy-IO/AppFlowy/assets/11863087/01462718-769a-4da9-9257-140a6e0d8be4
add a configuration to control whether to show the rename dialog when creating a view or not.

PR Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.