[desktop_multi_window] Not working with flutter 3.3 on Windows
desktop_multi_window plugin not working with flutter 3.3 on Windows. To check it you can upgrade flutter and run example.
Native exception:
Thrown exception at 0x00007FF8B0B0F8F5 (flutter_windows.dll) in desktop_multi_window_example.exe: 0xC0000005: Access violation while reading at address 0x0000000000000008.
https://github.com/flutter/flutter/issues/110661 seems crash caused by flutter engine.
Same here. I've tested 3.3+, including dev, master, beta channel of flutter. All crash when creating new window.
same on 3.3.2 when create new FlutterViewController on windows https://github.com/flutter/flutter/issues/112383
flutter_controller_ = std::make_unique<flutter::FlutterViewController>(frame.right - frame.left, frame.bottom - frame.top, project)
Seems already fixed in flutter latest master channel.
https://github.com/MixinNetwork/flutter-plugins/issues/151#issuecomment-1297805330
tested with flutter master channel. it works now.