Skip to content
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 flutter_web_auth_2 to stable 3.0.0 #723

Merged
merged 3 commits into from
Nov 29, 2023

Conversation

ThexXTURBOXx
Copy link
Contributor

@ThexXTURBOXx ThexXTURBOXx commented Oct 8, 2023

What does this PR do?

This PR mainly updates flutter_web_auth_2 to the new stable version 3.0.0.
Also, the Flutter SDK and http constraints have been loosened a bit.
Another related issue with the current version: ThexXTURBOXx/flutter_web_auth_2#80

Test Plan

The migration guide describes all the necessary changes which have been applied here.

Related PRs and Issues

Partly relates to appwrite/sdk-for-flutter#96 since at least the authentication page can now be customised (in theory... No bindings have yet been added to the appwrite code to accomplish this)

Fixes #731

Have you read the Contributing Guidelines on issues?

Yes

@@ -13,15 +13,15 @@ platforms:
web:
windows:
environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want me to revert this change and also the http constraints change, please let me know and I will remove these from this PR.

@ThexXTURBOXx ThexXTURBOXx changed the title Update flutter_web_auth_2 Update flutter_web_auth_2 to stable 3.0.0 Oct 8, 2023
@lohanidamodar
Copy link
Member

@ThexXTURBOXx hey thanks for the PR, can you please sync with Master as we have new tests setup. Thank you.

@ThexXTURBOXx
Copy link
Contributor Author

@lohanidamodar Thanks for reminding me! I have updated my branch properly and am waiting for the CI tests to finish.
If there is something else, just let me know and I will fix it as quick as possible.

@lohanidamodar lohanidamodar merged commit d632700 into appwrite:master Nov 29, 2023
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Upgrade flutter_web_auth_2 to version 3.0.0
2 participants