-
Notifications
You must be signed in to change notification settings - Fork 175
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
modification for flutter web auth 0.4.0 #325
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey thank you for the PR,
Let's handle these changes 🙏🏻
Also seems there is some conflict, please sync with master and fix it |
updated pubspec yaml for conflicts
My pleasure. Fixed the remaining conflicts for the pubspec.yaml file but the remaining one is about flutter_web_auth bump to 0.4.0 |
@Silfalion just removed some extra white spaces, and updated path_provider. Will let the tests pass and then merge. |
@lohanidamodar awesome, thank you! |
These modifications allow taking advantage of flutter_web_auth new features for flutter web which is to open a new tab for authentication instead of using the in-use one.
This pull request includes: