Skip to content

Commit 7c9f627

Browse files
isolates.md no flutter web support (#7044)
Flutter web no isolates Just a small notes into the Isolates page about lack of support in Flutter Web. --- - [X ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [X] This PR doesn't contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [X] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [X] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. flutter/flutter#179083 --------- Co-authored-by: Amanda Fitch <18406675+antfitch@users.noreply.github.com>
1 parent 00bd6d6 commit 7c9f627

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/language/isolates.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ The most common example is in [Flutter][] applications, when you
2222
need to perform large computations that might otherwise cause the
2323
UI to become unresponsive.
2424

25+
:::flutter-note
26+
Multiple Isolates not supported by Flutter web
27+
See also: [Concurrency on the web](https://dart.dev/language/concurrency#concurrency-on-the-web)
28+
:::
29+
2530
There aren't any rules about when you _must_ use isolates,
2631
but here are some more situations where they can be useful:
2732

0 commit comments

Comments
 (0)