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 LinusU#135 #28

Closed ThexXTURBOXx closed 1 year ago

ThexXTURBOXx commented 1 year ago

This PR will (probably) fix https://github.com/LinusU/flutter_web_auth/issues/135 Also, it rebases the current master to the one from Linus (without applying the upstream changes as they have already been applied before)

ThexXTURBOXx commented 1 year ago

@rafalbednarczuk Could you maybe try this version of the library? You can use it with the following entry in the pubspec.yaml:

  flutter_web_auth_2:
    git:
      url: https://github.com/ThexXTURBOXx/flutter_web_auth_2.git
      ref: fix-135