Laod local html file in Android flutter – race problem
I made simple app that loads local html files from assets.
The html are often not loading correctly, specialy simple pages and text does not appear. When refreshing the screen (like touching or changing the volume) it apears correctly.
I think it is a race problem where the webview gets rendered before the layout. I partially solved it with adding delay but it is not always working.