Open cconstab opened 2 years ago
Confirmed suspicion, app works moving back to previous bracnh version in pub spec yaml
dependency_overrides:
at_onboarding_flutter:
git:
url: https://github.com/atsign-foundation/at_widgets.git
path: at_onboarding_flutter
ref: desktop/development
at_backupkey_flutter:
git:
url: https://github.com/atsign-foundation/at_widgets.git
path: at_backupkey_flutter
ref: desktop/development
at_client:
git:
url: https://github.com/atsign-foundation/at_client_sdk.git
path: at_client
ref: c1a01a89da97f439843a31655f2e7fdc4444a381
at_client_mobile:
git:
url: https://github.com/atsign-foundation/at_client_sdk.git
path: at_client_mobile
ref: c1a01a89da97f439843a31655f2e7fdc4444a381
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)