Hello,
I'm a contributor of flutter_secure_storage, I added the Linux support to this plugin. I noted that the app build succeeds while using the manual installation of Flutter but fails with the Snap version of flutter, as the snap version of flutter can't access the locally-installed libraries (like libsecret-dev used in flutter_secure_storage) as snap is isolated.
What should be the approach for plugin developers to fix this?