joutvhu / open_file_plus

A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
https://pub.dev/packages/open_file_plus
BSD 3-Clause "New" or "Revised" License
5 stars 11 forks source link

incompatible with wasm #20

Open sgehrman opened 2 months ago

sgehrman commented 2 months ago

../../../../.pub-cache/hosted/pub.dev/open_file_plus-3.4.1+1/lib/src/platform/linux.dart:1:1: Error: 'dart:ffi' can't be imported when compiling to Wasm. import 'dart:ffi' as ffi;