You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/flutter/troubleshooting.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,10 +93,10 @@ SentryFlutter.init(
93
93
### Example Application
94
94
95
95
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.
98
98
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.
100
100
101
101
Now you should be able to see **two** instances of the same application side by side, with different **ViewIds** in the `body`.
0 commit comments