Flutter-desktop-embedding: MissingPluginException (windows)

Created on 3 Apr 2019  路  4Comments  路  Source: google/flutter-desktop-embedding

[ERROR:c:bswirksrcflutterlibuiui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method FileChooser.Show.Open on channel flutter/filechooser)

I get the following error when I use the default example project, while I try to click the button "Open" or "Save".

Did I miss something? I didn't understand the things described for the linking which was described here: https://github.com/google/flutter-desktop-embedding/blob/master/library/README.md
Is this causing the error? If it is the case what do I have to do to fix it?

The build results will be in the top-level out directory. You will need to link libflutter_embedder.dll and libflutter_engine.dll into your binary. Public headers will be in out/include/; you should point dependent builds at that location rather than the include/ directories in the source tree.

All 4 comments

@GreenTigerEye

Example Application

See the example application under each platform's directory in the example directory to see an example of including optional plugins on that platform. (The Windows example does not yet include any plugins, but the registration process would be the same as for Linux.)

above is from official docs plugin support is limited for now on windows

_[Edited to remove off-topic link to another project]_

Yes, the plugin doesn't yet exist on Windows, per #105 (closing as a dup of that).

Arguably we should hide those buttons on Windows, but since it's just a test/example app, polish isn't a primary concern.

No update yet ? That's so sad for desktop app on windows :/

@rlimaeco See #105, which this was closed as a duplicate of. You'll see there that this plugin has been implemented for Windows now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

YazeedAlKhalaf picture YazeedAlKhalaf  路  5Comments

pauldemarco picture pauldemarco  路  6Comments

vanlooverenkoen picture vanlooverenkoen  路  3Comments

icode picture icode  路  3Comments

iamsabet picture iamsabet  路  5Comments