Closed Kiraneki closed 4 years ago
But this problem occurs for the Android build too? I tested with emulator from Android Studio.
I'm working on the problem. I think, the reason why it fails is, that simple_auth_flutter/pubspec.yaml
still defines simple_auth: ^2.0.4
as a dependency.
I opened a PR.
Until then, this works:
In your pubspec.yaml
file replace your simple_auth_flutter
-dependency with
simple_auth_flutter:
#TODO set back to ^2.0.7 and remove "git:..." when https://github.com/Clancey/simple_auth/pull/135 got merged
git:
url: git@github.com:uwemeier-sclable/simple_auth.git
path: simple_auth_flutter
ref: master
and add a dependency override for simple_auth
#TODO remove simple_auth from dependency_overrides when https://github.com/Clancey/simple_auth/pull/135 got merged
dependency_overrides:
simple_auth:
git:
url: git@github.com:uwemeier-sclable/simple_auth.git
path: simple_auth
ref: master
New version has been pushed!
I'm seeing the following error when compiling the application on the emulator. This started when the flutter updated the new build of the plugin _simple_authflutter 2.0.6.
See below:
I noticed too in readme that has s update about FooAuthenticator.useSSO, but I’m not sure if it’s about that.
Regards.