ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

Fix windows callback verification #22 #23

Closed Knupper closed 1 year ago

Knupper commented 1 year ago

use _schemeRegExp not for windows platform update url_launcher add changelog Fixes #22

ThexXTURBOXx commented 1 year ago

I have pushed a commit to your branch. Could you please verify if that still works for you? Using funcitonality from dart:io throws Exceptions on web. This will now check the platform itself after confirming it is not web, but the assertion is still checked on every platform (in your fix, the assertion was only checked on web, not anymore on the other platforms)

ThexXTURBOXx commented 1 year ago

2.0.2 has just been released! Thanks again for this PR! :)