appflowy-editor
appflowy-editor copied to clipboard
[Bug] NSInvalidArgumentException' error and app crash on flutter 3.32 on MacOS app
Bug Description
getting the below error when I upgraded to flutter 3.32 on MacOS app and the app crashes. The issue was resolved when I downgraded the flutter to 3.28.
'NSInvalidArgumentException', reason: '-[NSNull longLongValue]: unrecognized selector sent to instance 0x1ffe7a5c0' flutter.
maybe it is related to this issue on flutter https://github.com/flutter/flutter/issues/169204 TextInput.attach causes crash on macOS with Flutter 3.32.0 #169204
How to Reproduce
upgrade to flutter 3.32 and try to type on the editor in macos App
Expected Behavior
The editor on MacOs app should have worked as usual in Flutter 3.32.
Operating System
macos
AppFlowy Editor Version(s)
appflowy_editor: ^5.2.0
Screenshots
No response
Additional Context
No response