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
Describe the bug
Onboarding using a desktop (windows in my case) results in error due to flutter_keychain..
Suspect this is due to checking of old method of key storage ?
This issue is seen in the widget but is likely to actually be in at_client_sdk
To Reproduce
Steps to reproduce the behavior:
Create Windows desktop app using onboarding widget
Try to run then see error
Expected behavior
No errors, the flutter_keychain should not be used/called if running on desktop
Screenshots
Logs
An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:54652/31ZcdINNbvI=/
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method get on channel plugin.appmire.be/flutter_keychain)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165:7)
Describe the bug
Onboarding using a desktop (windows in my case) results in error due to flutter_keychain..
Suspect this is due to checking of old method of key storage ?
This issue is seen in the widget but is likely to actually be in at_client_sdk
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors, the flutter_keychain should not be used/called if running on desktop
Screenshots
Logs
An Observatory debugger and profiler on Windows is available at: http://127.0.0.1:54652/31ZcdINNbvI=/
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method get on channel plugin.appmire.be/flutter_keychain)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:165:7)
#1 FlutterKeychain.get (package:flutter_keychain/flutter_keychain.dart:16:7)
#2 KeyChainManager._getAtSignMap (package:at_client_mobile/src/keychain_manager.dart:318:15)
#3 KeyChainManager.checkForValuesInFlutterKeychain (package:at_client_mobile/src/keychain_manager.dart:76:21)
#4 KeyChainManager.getAtSignListFromKeychain (package:at_client_mobile/src/keychain_manager.dart:64:19)
#5 _OnboardingDialogState.initKeyChain (package:catweb/widgets/onboarding_dialog.dart:35:23)
Smartphone (please complete the following information):
Were you using an @application when the bug was found?
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: