From e6b0fcc90ca9a369212533635a990f3b9bff15e3 Mon Sep 17 00:00:00 2001 From: John Ryan Date: Wed, 27 Apr 2022 10:05:36 -0700 Subject: [PATCH] Fix web initialization page formatting --- src/development/platform-integration/web/initialization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/development/platform-integration/web/initialization.md b/src/development/platform-integration/web/initialization.md index ea9e887628..3c8189a6fe 100644 --- a/src/development/platform-integration/web/initialization.md +++ b/src/development/platform-integration/web/initialization.md @@ -11,12 +11,12 @@ or wait until the user presses a button before showing the app. The initialization process is split into the following stages: -**Loading the entrypoint script** +* **Loading the entrypoint script** : Fetches the `main.dart.js` script and initializes the service worker. -**Initializing the Flutter engine** +* **Initializing the Flutter engine** : Initializes Flutter's web engine by downloading required resources such as assets, fonts, and CanvasKit. -**Running the app** +* **Running the app** : Prepares the DOM for your Flutter app and runs it. This page shows how to customize the behavior