I am using embedded Zoom windows sdk in Flutter application. But in release and profile builds Zoom icons are incorrectly displayed. Everything is normal in the debug build. Any ideas, what are the differences in flutter windows configuration for release and debug that can cause this behavior?
What I see in the debug build on Windows (correct):
What I see in the release build on Windows (incorrect):
On mouseover, Zoom icons appear while the cursor is on them, but this doesn't work for all of them.
My work with Zoom windows sdk is organized like this:
- A flutter plugin project was created to work with Zoom sdk (https://github.com/veselv2010/flutter_zoom_sdk/tree/master).
- This plugin is used in another project.
Has anyone encountered a similar problem?



