We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7ae6d commit 90acdd0Copy full SHA for 90acdd0
__brick__/web/flutter_bootstrap.js
@@ -34,9 +34,6 @@ async function beginPreloading() {
34
async function reportProgress() {
35
loadedAssets++;
36
37
- // Artificial delay to make the progress bar more noticeable.
38
- await new Promise((resolve) => setTimeout(resolve, 500));
39
-
40
const value = Math.floor((loadedAssets / totalAssets) * 100) + '%';
41
progressIndicator.style.width = value;
42
0 commit comments