Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/development/platform-integration/web/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down