korvan
korvan
https://github.com/KasemJaffer/receive_sharing_intent/issues/195 https://forums.swift.org/t/swift-static-libraries-dont-copy-generated-objective-c-header/19816/4 If use_frameworks is disabled in Podfile, Swift.h header should be included with relative path, without framework name prefix
Swift file is included as #import ReceiveSharingIntentPlugin.m According to apple documentation such include works if we include code from framework. If frameworks are disabled in Podfile by: #use_frameworks! Swift.h files...
Run app, minimize it using appWindow.minimize(), call appWindow.show() Function void showWindow(NSWindow* window) will be called twice, first time from flutter UI, second time by NSApplicationMain after window appears on screen....
``` var rect = appWindow.rect appWindow.rect = rect ``` Moves window out of screen if applied to window on secondary screen. Assuming we have to screens(2560x1440), secondary screen is on...