Flutter web app show progress bar with percentage while engine loading

Viewed 347

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.

unity show progress bar below the logo

How can I show the progress bar with correct percentage of flutter engine loading?

0 Answers
Related