Skip to content
Merged
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
7 changes: 3 additions & 4 deletions src/content/tools/widget-previewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,9 @@ should be aware of:
within other environments, such as when embedded in
IDEs.

Widgets with transitive dependencies on `dart:io` will
load correctly, but all APIs from `dart:io` will throw an
exception when invoked. Widgets with transitive dependencies
on `dart:ffi` will fail to load completely ([#166431]).
Widgets with transitive dependencies on `dart:io` or `dart:ffi` will
load correctly, but all APIs from these libraries will throw an
exception when invoked.

See the [Dart documentation on conditional imports] for details
on how to structure your application to cleanly support
Expand Down
Loading