I get this every time, in both my app and example.
Any idea? I am trying to figure out now, but maybe you have a hint.
Thanks Juan!
PlatformException(, The operation couldn’t be completed. (Auth0.CredentialsManagerError error 3.), {error_description: No credentials found, error_type: no_credentials}, null)
I think if creds are not found, code should not throw exception:
throw Exception('Unknown Error Occured');
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: Exception: Unknown Error Occured
#0 invokeMapMethod (package:auth0_flutter/src/channel_helper.dart:47:5)
<asynchronous suspension>
#1 CredentialsManager.getCredentials (package:auth0_flutter/src/credentials_manager.dart:101:20)
<asynchronous suspension>
#2 _MyAppState.initPlatformState (package:auth0_flutter_example/main.dart:76:15)
<asynchronous suspension>
I get this every time, in both my app and example.
Any idea? I am trying to figure out now, but maybe you have a hint.
Thanks Juan!
PlatformException(, The operation couldn’t be completed. (Auth0.CredentialsManagerError error 3.), {error_description: No credentials found, error_type: no_credentials}, null)
I think if creds are not found, code should not throw exception:
throw Exception('Unknown Error Occured');