Files
Ben Konyi 60ef386378 Update guidance around dart:ffi in widget previews
`dart:ffi` imports in transitive dependencies used to prevent the widget previewer from compiling, but this was resolved in Flutter 3.41.

This change updates the guidance around `dart:ffi` to match that of `dart:io`, as `dart:ffi` APIs will now throw on invocation in the widget previewer.
2026-04-24 12:33:11 -04:00
..