sdk-for-flutter icon indicating copy to clipboard operation
sdk-for-flutter copied to clipboard

Add Linux support for the Appwrite Flutter SDK

Open eldadfux opened this issue 3 years ago • 4 comments

Most features of the Appwrite Flutter SDK should already work with Linux 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 Linux 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 Linux 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 avatar Sep 27 '20 05:09 eldadfux

Hey! I want to try to solve this. But being a beginner, can u please suggest from where can I start?

arshita129 avatar Oct 01 '20 17:10 arshita129

I suggest you try and contact the maintainers or submit a PR at: https://github.com/LinusU/flutter_web_auth

eldadfux avatar Oct 08 '20 17:10 eldadfux

Looks like there's an open PR at: https://github.com/LinusU/flutter_web_auth/pull/74

luis-cruzt avatar May 20 '21 21:05 luis-cruzt

I this can be closed as running the docker container already solves this problem.

hemangjoshi37a avatar Jan 15 '23 07:01 hemangjoshi37a

Closing this, as the lastest version of flutter_web_auth_2 should have already added this feature. If there is any further issues, feel free to reopen.

lohanidamodar avatar Apr 20 '23 00:04 lohanidamodar