flutter-unity-view-widget icon indicating copy to clipboard operation
flutter-unity-view-widget copied to clipboard

Switching between fullScreen Unity to fullScreen Flutter Container White Screen Appears And Dissappears

Open sevantasci opened this issue 3 years ago • 2 comments

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. :)

sevantasci avatar Oct 06 '21 08:10 sevantasci

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. :)

changyiyao avatar Apr 24 '22 08:04 changyiyao

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

gneL1 avatar Apr 27 '22 05:04 gneL1