chore: pin Flutter to 3.41.9 via FVM #336

Merged
raisondetredev merged 1 commit from refs/pull/336/head into main 2026-06-04 01:23:24 +02:00
raisondetredev commented 2026-06-04 01:23:10 +02:00 (Migrated from codeberg.org)

appflowy_editor 6.2.0 does not compile on Flutter 3.44: the new
TextInputClient.onFocusReceived has no implementation in its
DeltaTextInputService (which mixes in DeltaTextInputClient, an
implements TextInputClient mixin that re-abstracts the interface).
The upstream fix (AppFlowy-IO/appflowy-editor #1208) is unmerged and
unpublished, so pin to the last stable before 3.44 until a fixed
appflowy_editor ships.

  • .fvmrc pins Flutter 3.41.9
  • .vscode/settings.json points the editor at the FVM SDK
  • .gitignore excludes the .fvm/ cache

Signed-off-by: Tizian 「ティツィアーン」 raisondetredev@pm.me

appflowy_editor 6.2.0 does not compile on Flutter 3.44: the new TextInputClient.onFocusReceived has no implementation in its DeltaTextInputService (which mixes in DeltaTextInputClient, an `implements TextInputClient` mixin that re-abstracts the interface). The upstream fix (AppFlowy-IO/appflowy-editor #1208) is unmerged and unpublished, so pin to the last stable before 3.44 until a fixed appflowy_editor ships. - .fvmrc pins Flutter 3.41.9 - .vscode/settings.json points the editor at the FVM SDK - .gitignore excludes the .fvm/ cache Signed-off-by: Tizian 「ティツィアーン」 <raisondetredev@pm.me>
Sign in to join this conversation.
No reviewers
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
project-halkyon/halkyon-learn!336
No description provided.