-
Notifications
You must be signed in to change notification settings - Fork 117
Migration to the latest flutter_web_auth_2 #197
base: master
Are you sure you want to change the base?
Conversation
|
Can we please get this merged? It's a blocker for newer builds |
|
A hacky temp workaround to get things compiling is to put this in pubspec.yaml: |
That's not a good workaround as it has breaking changes. dependency_overrides:
oauth2_client:
git:
url: https://github.com/ThexXTURBOXx/oauth2_client.git |
|
Only if you fork it yourself and do the changes. I would not depend on untrusted (no offense 😜) 3rd party repo for this. But that's why it says both "hacky", "temp" and "workaround" 😅 Either way this MR should get merged. |
|
With this logic, you should probably not be depending on At least, I am still of the impression that my PR (#178) offers the same changes, but in a better way than this PR here. |
|
Awesome, didn't notice sorry, nice work, thanks. And thanks for your efforts maintaining it. |
|
I have reached out to Enrico by email and he agreed to either archive this repo (and the package) and refer to my fork package instead. |
|
I have just released version 4.0.0, which fixes all these issues: |
No description provided.