I am an Android developer and use flame engine to develop a game with flutter for web. Flutter engine loads successfully and game runs well. I show a loading spinner by following steps in this answer.
But it shows spinner without percentage. I want to show a progress bar like Unity3d WebGL.
How can I show the progress bar with correct percentage of flutter engine loading?