flutter-unity-view-widget
flutter-unity-view-widget copied to clipboard
Switching between fullScreen Unity to fullScreen Flutter Container White Screen Appears And Dissappears
Hi. As in title when i switch between pages; where one page is fullscreen Unity and other pages is Pure Flutter, a glitchy white screen appears for 0.1 seconds and dissappears. One Page returns Only UnityWidget(); Second Page returns Expanded Container(color: Colors.green);
I switch these with BottomNavigationBar. Is there any solution to remove that white Screen? Thank you very much. :)
I have the same issue. @sevantasci Have you resolved it?
Hi. As in title when i switch between pages; where one page is fullscreen Unity and other pages is Pure Flutter, a glitchy white screen appears for 0.1 seconds and dissappears. One Page returns Only UnityWidget(); Second Page returns Expanded Container(color: Colors.green);
I switch these with BottomNavigationBar. Is there any solution to remove that white Screen? Thank you very much. :)
I have the same issue. @sevantasci Have you resolved it?
Hi. As in title when i switch between pages; where one page is fullscreen Unity and other pages is Pure Flutter, a glitchy white screen appears for 0.1 seconds and dissappears. One Page returns Only UnityWidget(); Second Page returns Expanded Container(color: Colors.green); I switch these with BottomNavigationBar. Is there any solution to remove that white Screen? Thank you very much. :)
I use IndexedStack
widget to switch between unity page and flutter page