-
Notifications
You must be signed in to change notification settings - Fork 116
NEW REPO HERE! #178
base: master
Are you sure you want to change the base?
NEW REPO HERE! #178
Conversation
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #178 +/- ##
==========================================
+ Coverage 88.14% 88.55% +0.40%
==========================================
Files 11 11
Lines 447 463 +16
==========================================
+ Hits 394 410 +16
Misses 53 53 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
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!
|
@teranetsrl @okrad Any updates here? :) |
My fork is now the official version of
oauth2_clientYou can migrate by just upgrading your
oauth2_clientversion inside your pubspec to at least^4.0.0:New source code: https://github.com/ThexXTURBOXx/oauth2_client
Fixes #172
Closes #173
Closes #176
Closes #177
Fixes #190
Closes #193
Closes #197
Fixes #203
Fixes #205