-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies and fix typos #178
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #178 +/- ##
=======================================
Coverage 88.34% 88.34%
=======================================
Files 11 11
Lines 446 446
=======================================
Hits 394 394
Misses 52 52
|
I have also bumped the SDK constraints and fixed more typos now :) |
I ran into an issue getting this package to work on Windows, I found after attaching the debugger in Visual Studio to the running process that a .cpp file in I overrode the dependency in
and it fixed the issue. I see that this pull request also has this fix. Is it possible to get it pulled into the main repo? |
@natebgurutech If you want to use my fork, you can also use it directly like this until this PR is merged and properly published: dependency_overrides:
oauth2_client:
git:
url: https://github.com/ThexXTURBOXx/oauth2_client.git |
@okrad any chance we can get this merged? |
My comment above can be ignored 😅 I ended up writing my own client in combination with |
This now also features a |
Untested!
This PR updates
flutter_secure_storage
andflutter_web_auth_2
without breaking changes for the user.Also, all the new parameters for
flutter_web_auth_2
are supported now.If you want to use these changes right now, you can specify the following
dependency_override
inside yourpubspec.yaml
:Fixes #172
Closes #173
Closes #176
Closes #177
Fixes #190