appflowy-editor icon indicating copy to clipboard operation
appflowy-editor copied to clipboard

fix: support flutter 3.32 and dependency compatibility

Open saif-ellafi opened this issue 6 months ago • 0 comments

Hello,

This branch adds a necessary viewId parameter for Flutter 3.32.0 to identify current Window (it is related to Flutters' new multi-Windows support, read here: https://github.com/flutter/flutter/issues/169204 )

Small risk: Flutter 3.32.1+ might update this API or include defaults in future releases, although the current change sets up a sane default value in TextInputConfiguration which needs it.

Also updates a dependency no longer building otherwise.

Fixes https://github.com/AppFlowy-IO/appflowy-editor/issues/1106

Best regards

saif-ellafi avatar May 26 '25 23:05 saif-ellafi