i already implement about presentation/customer display in Android using this package https://pub.dev/packages/presentation_displays
but that package only support Android, and now i want to support on Windows platform too
is there any workaround/theory how we can achieve this in windows?
i already research some about other package like https://pub.dev/packages/dual_screen and using extended monitor ways, the result is good on windows app , but still lack some functional, like we can't do full screen automatically in 2nd screen (we need to adjust manually by drag to expand the windows in order to make the app available on 2nd screen)
if someone have any suggestion to achieve this in windows please do comment this issue, thankyou all :)