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

Add Windows support for the Appwrite Flutter SDK #8

Closed
eldadfux opened this issue Sep 27, 2020 · 1 comment
Closed

Add Windows support for the Appwrite Flutter SDK #8

eldadfux opened this issue Sep 27, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! help wanted Extra attention is needed

Comments

@eldadfux
Copy link
Member

Most features of the Appwrite Flutter SDK should already work with Windows apps out of the box. One specific area that still lacks support is our OAuth login. For us to enable OAuth login we actually need to add Windows support on the Web auth plugin https://github.com/LinusU/flutter_web_auth we use as a dependency.

The Web Auth library already support web auth login for Android, iOS, and MacOS. Once Windows support is added, we should just update the Appwrite SDK to use the latest version of the auth plugin.

This actual PR should be made against https://github.com/LinusU/flutter_web_auth, but will be happy to make this issue valid for Appwrite SWAG during Hacktoberfest.

@eldadfux eldadfux added good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! help wanted Extra attention is needed labels Sep 27, 2020
@eldadfux eldadfux changed the title Add Windows support for Appwrite Flutter SDK Add Windows support for the Appwrite Flutter SDK Sep 27, 2020
@eldadfux eldadfux added the enhancement New feature or request label Sep 27, 2020
@jocubeit
Copy link

jocubeit commented Sep 8, 2022

This issue can now be closed as we moved to flutter_web_auth_2 here appwrite/sdk-generator#527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants