nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️

Home Page:https://nylo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The specified item could not be found in the keychain

agordn52 opened this issue · comments

There's an issue with flutter_secure_storage at the moment that is causing Nylo projects not to run.

You might see this error in the console:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Unexpected security result code, Code: -25300, Message: The specified item could not be found in the keychain., -25300, null)

You can resolve this by temporary adding this to your pubspec.yaml:

dependency_overrides:
  flutter_secure_storage: 9.0.0

Ref: mogol/flutter_secure_storage#709