appflowy-editor
appflowy-editor copied to clipboard
fix: support flutter 3.32 and dependency compatibility
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