Skip to content

Commit

Permalink
Document "The webOnlyWarmupEngine API is deprecated and will be remov…
Browse files Browse the repository at this point in the history
…ed in a future release"
  • Loading branch information
bizz84 committed Aug 29, 2023
1 parent 91d8ca5 commit 35cb4f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
[
"Can't run build_runner due to BuildForInputLogger error",
"/faq/build-runner-error-BuildForInputLogger"
],
[
"The webOnlyWarmupEngine API is deprecated and will be removed in a future release",
"/faq/webOnlyWarmupEngine-deprecated"
]
]
],
Expand Down
14 changes: 14 additions & 0 deletions docs/faq/webOnlyWarmupEngine-deprecated.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# The webOnlyWarmupEngine API is deprecated and will be removed in a future release

After upgrading to Flutter stable 3.13, the following log appears when running the app on Flutter web:

```
The webOnlyWarmupEngine API is deprecated and will be removed in a future release. Please use `bootstrapEngine` from `dart:ui_web` instead.
The debugEmulateFlutterTesterEnvironment getter is deprecated and will be removed in a future release. Please use `debugEmulateFlutterTesterEnvironment` from `dart:ui_web` instead.
```

This can be ignored as it's just a warning.

More info here:

- ["webOnlyWarmupEngine API is deprecated" log on latest stable (3.13) #132809](https://github.com/flutter/flutter/issues/132809)

0 comments on commit 35cb4f0

Please sign in to comment.