presentation-displays icon indicating copy to clipboard operation
presentation-displays copied to clipboard

Second Screen is blank using this package with GetX

Open Deepak-Chopra opened this issue 2 years ago • 1 comments

When i use this package with Getx Routing the second not working its Black

void navigateTo() async { displayManager.getDisplays(); displayManager.showSecondaryDisplay( displayId: 1, routerName: SLIDER_ROUTE, ); Future.delayed(Duration(seconds: 2), () { Get.offNamedUntil(DASHBOARD_ROUTE, (route) => false); }); }

i am using this function on init when app is running when my page load this function trigger

Deepak-Chopra avatar Nov 28 '22 09:11 Deepak-Chopra

I have solved & Added Custom Methods Go & check https://github.com/MUSA-19542/FlutterCustom/tree/main

MUSA-19542 avatar Aug 10 '24 21:08 MUSA-19542