halildurmus / filepicker_windows

File and directory picker for Windows that uses common dialog controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't able to open file selection window in mac ....

laxkarparas1 opened this issue · comments

======== Exception caught by gesture ===============================================================
The following ArgumentError was thrown while handling a gesture:
Invalid argument(s): Failed to load dynamic library (dlopen(ole32.dll, 1): image not found)

When the exception was thrown, this was the stack:
#0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11:55)
#1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:20:12)
#2 _ole32 (package:win32/src/ole32.dart:20:31)
#3 _ole32 (package:win32/src/ole32.dart)
#4 CoInitializeEx (package:win32/src/ole32.dart:178:27)
...
Handler: "onTap"
Recognizer: TapGestureRecognizer#c5d8f
debugOwner: GestureDetector
state: possible
won arena
finalPosition: Offset(689.9, 463.8)
finalLocalPosition: Offset(86.0, 20.7)
button: 1
sent tap down

it gives this error....

OK, the clue is in the title of this package... :)

This is for Windows, not macOS.