halildurmus / filepicker_windows

File and directory picker for Windows that uses common dialog controls.
BSD 3-Clause "New" or "Revised" License
68 stars 19 forks source link

Not able to build for web anymore since including this library #11

Closed masewo closed 1 year ago

masewo commented 3 years ago

When adding filepicker_windows to the pubspec.yaml then apps are not able to run/build for web anymore.

filepicker_windows: 2.0.0 Flutter 2.0.5

Build output:

Pub/Cache/hosted/pub.dartlang.org/filepicker_windows-2.0.0/lib/src/directorydialog.dart:1:8: Error: Not found: 'dart:ffi'
import 'dart:ffi';
       ^
harbignote commented 3 years ago

When adding filepicker_windows to the pubspec.yaml then apps are not able to run/build for web anymore.

filepicker_windows: 2.0.0 Flutter 2.0.5

Build output:

Pub/Cache/hosted/pub.dartlang.org/filepicker_windows-2.0.0/lib/src/directorydialog.dart:1:8: Error: Not found: 'dart:ffi'
import 'dart:ffi';
       ^

The web is not support yet - search for something else