halildurmus / filepicker_windows

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

Failed to load dynamic library #9

Closed paulowender closed 3 years ago

paulowender commented 3 years ago

On run the FilePicker on linux i have this error: GLib-GObject-CRITICAL : 17:53:12.212: g_value_set_boxed: assertion 'G_VALUE_HOLDS_BOXED (value)' failed Gtk-WARNING : 17:53:12.255: Theme parsing error: gtk.css:3611:22: 'none' is not a valid color name flutter: Invalid argument(s): Failed to load dynamic library (ole32.dll: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente)

timsneath commented 3 years ago

This is a Windows package. It only runs on Windows.

paulowender commented 3 years ago

Sorry, thank's

VergeDX commented 3 years ago

This is a Windows package. It only runs on Windows.

Well but pub.dev page shows this package support ANDROID IOS LINUX MACOS WINDOWS,
maybe this is a mistake.

timsneath commented 3 years ago

Unfortunately today there are no means for a package that is not a plugin to express which platforms it supports. I thought we already had an open issue on this, but I couldn't find one, so I created the linked issue above.