macosui / macos_window_utils.dart

macos_window_utils is a Flutter package that provides a set of methods for modifying the NSWindow of a Flutter application on macOS.
https://pub.dev/packages/macos_window_utils
MIT License
49 stars 9 forks source link

Flutter 3.10 - Exiting app doesn't work properly #25

Closed kacikgoez closed 1 year ago

kacikgoez commented 1 year ago

When exiting the app, the following error occurs

embedder.cc (2425): 'FlutterPlatformMessageCreateResponseHandle' returned 'kInvalidArguments'. Engine handle was invalid

Using MacOS M1

kacikgoez commented 1 year ago

I managed to solve it, I'll make a pull request.