Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter_secure_storage MissingPluginException #369

Open
INDAPP opened this issue Nov 2, 2023 · 3 comments
Open

flutter_secure_storage MissingPluginException #369

INDAPP opened this issue Nov 2, 2023 · 3 comments

Comments

@INDAPP
Copy link

INDAPP commented Nov 2, 2023

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?

@ardera
Copy link
Owner

ardera commented Jan 5, 2024

Yeah you're right, flutter_secure_storage is not supported on flutter-pi and you'd need to write some C code to make it work.

Though this package might work: https://pub.dev/packages/amplify_secure_storage_dart

@vanlooverenkoen
Copy link

vanlooverenkoen commented Nov 7, 2024

I have created a ticket at flutter_secure_storage here (to track support for flutter pi)
juliansteenbakker/flutter_secure_storage#819

@ardera is it even possible to add the implementation straight in their plugin or how would that work?

@vanlooverenkoen
Copy link

@ardera the amplify_secure_storage_dart always returns null so to me it seems like this one is also not working.

Anyone who has got this working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants