Hi Clancey, thanks for updating.
If i use the new 2.0.10 packages, i get this error on runtime:
../../flutter/.pub-cache/hosted/pub.dartlang.org/simple_auth_flutter-2.0.10/lib/simple_auth_flutter.dart:31:34: Error: A value of type 'String?' can't be assigned to a variable of type 'String' because 'String?' is nullable and 'String' isn't. authenticators[authenticator.identifier] = authenticator;
Hi Clancey, thanks for updating. If i use the new 2.0.10 packages, i get this error on runtime:
../../flutter/.pub-cache/hosted/pub.dartlang.org/simple_auth_flutter-2.0.10/lib/simple_auth_flutter.dart:31:34: Error: A value of type 'String?' can't be assigned to a variable of type 'String' because 'String?' is nullable and 'String' isn't. authenticators[authenticator.identifier] = authenticator;