Skip to content

Commit 68f99a6

Browse files
martinhaintzlizokm
andauthored
Update docs/platforms/flutter/troubleshooting.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 91a443d commit 68f99a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/platforms/flutter/troubleshooting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ SentryFlutter.init(
9393
### Example Application
9494

9595

96-
Copy the `main.dart` into the `lib` folder of your existing project. This file already contains the code of the `multi_view_app.dart` from the [`flutter documentation`](https://docs.flutter.dev/platform-integration/web/embedding-flutter-web#handling-view-changes-from-dart).
97-
Next, copy the `flutter_bootstrap.js` and the `index.html` into the `web` folder.
96+
Copy the `main.dart` file into the `lib` folder of your existing project. This file already contains the code of the `multi_view_app.dart` from the [`flutter documentation`](https://docs.flutter.dev/platform-integration/web/embedding-flutter-web#handling-view-changes-from-dart).
97+
Next, copy the `flutter_bootstrap.js` file and the `index.html` file into the `web` folder.
9898

99-
Make sure you are using **Flutter 3.24** or newer and run the application.
99+
Make sure you're using **Flutter 3.24** or newer and run the application.
100100

101101
Now you should be able to see **two** instances of the same application side by side, with different **ViewIds** in the `body`.
102102

0 commit comments

Comments
 (0)