You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run an app with flutter_secure_storage plugin.
When I try to run the app I receive the following error:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method read on channel plugins.it_nomads.com/flutter_secure_storage)
The application starts, but I cannot proceed without a secure storage.
The application works fine on other platforms like macOS or ubuntu.
I already tried to install libsecret-1-0 from apt-get, but the problem seems to be not related.
In the readme file I read that I "have to build the platform side of the plugins"... but how?
The text was updated successfully, but these errors were encountered:
I'm trying to run an app with
flutter_secure_storage
plugin.When I try to run the app I receive the following error:
The application starts, but I cannot proceed without a secure storage.
The application works fine on other platforms like macOS or ubuntu.
I already tried to install
libsecret-1-0
from apt-get, but the problem seems to be not related.In the readme file I read that I "have to build the platform side of the plugins"... but how?
The text was updated successfully, but these errors were encountered: