google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 608 forks source link

Update Linux plugin build for template changes #739

Closed stuartmorgan closed 4 years ago

stuartmorgan commented 4 years ago

The linux template build files were updated to use hidden as the default visibity. This updates all plugins, and testbed, to match.

Fixes undefined behavior in testbed (commonly, crash on launch) on Linux due to unintended sharing of the plugin manager across plugins.

stuartmorgan commented 4 years ago

Landing unreviewed since it's just applying a template change.